projects
/
dygraphs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d218710
)
turn off warnings in uglifyjs
author
Dan Vanderkam
<danvdk@gmail.com>
Wed, 25 Jun 2014 16:40:34 +0000
(12:40 -0400)
committer
Dan Vanderkam
<danvdk@gmail.com>
Wed, 25 Jun 2014 16:40:34 +0000
(12:40 -0400)
generate-combined.sh
patch
|
blob
|
blame
|
history
diff --git
a/generate-combined.sh
b/generate-combined.sh
index
ce50128
..
7cdc22a
100755
(executable)
--- 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}"