diff options
| author | Arjun Roychowdhury <pliablepixels@gmail.com> | 2015-09-23 15:45:30 -0400 |
|---|---|---|
| committer | Arjun Roychowdhury <pliablepixels@gmail.com> | 2015-09-23 15:45:30 -0400 |
| commit | 1d1c2168ff30ac9452b0929db4ae1f5baa83657a (patch) | |
| tree | 1967e3ca3898bf2f33938e89bd1e6add6e49a570 /hooks/uglify-config.json | |
| parent | 26821696678cf84ee19f4eb803807e41a7b56780 (diff) | |
updates
Diffstat (limited to 'hooks/uglify-config.json')
| -rw-r--r-- | hooks/uglify-config.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/hooks/uglify-config.json b/hooks/uglify-config.json new file mode 100644 index 00000000..de85bb2a --- /dev/null +++ b/hooks/uglify-config.json @@ -0,0 +1,18 @@ +{ + "alwaysRun": false, + "recursiveFolderSearch": true, + "foldersToProcess": [ + "js", + "css" + ], + "uglifyJsOptions": { + "compress": { + "drop_console": true + }, + "fromString": true + }, + "cleanCssOptions": { + "noAdvanced": true, + "keepSpecialComments": 0 + } +}
\ No newline at end of file |
