From 717ccc31124dfc3fe8071b4468f3d77af08fec82 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Wed, 9 Nov 2016 14:33:13 -0500 Subject: added uglify back to the build process --- hooks/uglify-config.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) mode change 100644 => 100755 hooks/uglify-config.json (limited to 'hooks/uglify-config.json') diff --git a/hooks/uglify-config.json b/hooks/uglify-config.json old mode 100644 new mode 100755 index de85bb2a..e285cd2d --- 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 +} -- cgit v1.2.3