projects
/
dygraphs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c255592
)
add plugins to compile-with-closure; 18 warnings
author
Dan Vanderkam
<danvdk@gmail.com>
Sun, 1 Sep 2013 13:03:05 +0000
(09:03 -0400)
committer
Dan Vanderkam
<danvdk@gmail.com>
Sun, 1 Sep 2013 13:03:05 +0000
(09:03 -0400)
compile-with-closure.sh
patch
|
blob
|
blame
|
history
diff --git
a/compile-with-closure.sh
b/compile-with-closure.sh
index
a98dcaa
..
96b2250
100755
(executable)
--- a/
compile-with-closure.sh
+++ b/
compile-with-closure.sh
@@
-15,6
+15,13
@@
java -jar ../../closure-compiler-read-only/build/compiler.jar \
--js=dygraph-interaction-model.js \
--js=dygraph-tickers.js \
--js=dygraph-plugin-base.js \
+ --js=plugins/annotations.js \
+ --js=plugins/axes.js \
+ --js=plugins/chart-labels.js \
+ --js=plugins/grid.js \
+ --js=plugins/legend.js \
+ --js=plugins/range-selector.js \
+ --js=dygraph-plugin-install.js \
--js=dygraph-options-reference.js \
--js=datahandler/datahandler.js \
--js=datahandler/default.js \