1
0
mirror of https://github.com/pdemian/human2regex.git synced 2025-05-28 09:40:13 -07:00
human2regex/config.json
2021-01-17 05:21:07 -05:00

15 lines
354 B
JSON

{
"prod": true,
"dst": "./docs/",
"src": "./src/",
"compression_config": {
"html": {
"collapseWhitespace": true,
"minifyCSS": true,
"minifyJS": true,
"removeComments": true,
"removeEmptyAttributes": true,
"removeRedundantAttributes": true
}
}
}