turn off warnings in uglifyjs
authorDan Vanderkam <danvdk@gmail.com>
Wed, 25 Jun 2014 16:40:34 +0000 (12:40 -0400)
committerDan Vanderkam <danvdk@gmail.com>
Wed, 25 Jun 2014 16:40:34 +0000 (12:40 -0400)
generate-combined.sh

index ce50128..7cdc22a 100755 (executable)
@@ -44,7 +44,7 @@ CatCompressed () {
   Copyright
   CatSources \
   | grep -v '"use strict";' \
-  | node_modules/uglify-js/bin/uglifyjs -c -m
+  | node_modules/uglify-js/bin/uglifyjs -c warnings=false -m
 }
 
 ACTION="${1:-update}"