projects
/
dygraphs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
21e4582
)
check that compile script runs
author
Dan Vanderkam
<danvdk@gmail.com>
Wed, 23 Oct 2013 18:11:06 +0000
(13:11 -0500)
committer
Dan Vanderkam
<danvdk@gmail.com>
Wed, 23 Oct 2013 18:11:06 +0000
(13:11 -0500)
compile-with-closure.sh
patch
|
blob
|
blame
|
history
diff --git
a/compile-with-closure.sh
b/compile-with-closure.sh
index
50a93f2
..
a37c80f
100755
(executable)
--- a/
compile-with-closure.sh
+++ b/
compile-with-closure.sh
@@
-6,7
+6,9
@@
# It outputs minified JS to a temp file. This should be ignored for now, until
# it's fully functional.
-java -jar ../../closure-compiler-read-only/build/compiler.jar \
+CLOSURE_COMPILER=../../closure-compiler-read-only/build/compiler.jar
+
+java -jar $CLOSURE_COMPILER \
--compilation_level ADVANCED_OPTIMIZATIONS \
--warning_level VERBOSE \
--output_wrapper='(function() {%output%})();' \