diff options
Diffstat (limited to 'hooks/uglify-config.json')
| -rwxr-xr-x[-rw-r--r--] | hooks/uglify-config.json | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/hooks/uglify-config.json b/hooks/uglify-config.json index de85bb2a..e285cd2d 100644..100755 --- a/hooks/uglify-config.json +++ b/hooks/uglify-config.json @@ -3,16 +3,19 @@ "recursiveFolderSearch": true, "foldersToProcess": [ "js", - "css" + "css", + "img", + "build" ], "uglifyJsOptions": { "compress": { "drop_console": true }, - "fromString": true + "fromString": true, + "mangle": false }, "cleanCssOptions": { "noAdvanced": true, "keepSpecialComments": 0 } -}
\ No newline at end of file +} |
