summaryrefslogtreecommitdiff
path: root/hooks/uglify-config.json
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2016-11-09 14:33:13 -0500
committerPliable Pixels <pliablepixels@gmail.com>2016-11-09 14:33:13 -0500
commit717ccc31124dfc3fe8071b4468f3d77af08fec82 (patch)
tree1b5921ebcbc9391aa88a4e722e007a1f50433278 /hooks/uglify-config.json
parent7eb5a9281ff24f13e50c0cd068df96660b1a1d81 (diff)
added uglify back to the build process
Diffstat (limited to 'hooks/uglify-config.json')
-rwxr-xr-x[-rw-r--r--]hooks/uglify-config.json9
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
+}