From 170b65472cb7a04501183383ad0eb35439af5595 Mon Sep 17 00:00:00 2001 From: Dan Vanderkam Date: Wed, 25 Jun 2014 12:40:34 -0400 Subject: [PATCH] turn off warnings in uglifyjs --- generate-combined.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generate-combined.sh b/generate-combined.sh index ce50128..7cdc22a 100755 --- a/generate-combined.sh +++ b/generate-combined.sh @@ -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}" -- 2.7.4