From: Dan Vanderkam Date: Sun, 1 Sep 2013 13:03:05 +0000 (-0400) Subject: add plugins to compile-with-closure; 18 warnings X-Git-Url: https://adrianiainlam.tk/git/?a=commitdiff_plain;h=61f7f354e48386c3a0ef7059b88cc6482319430f;p=dygraphs.git add plugins to compile-with-closure; 18 warnings --- diff --git a/compile-with-closure.sh b/compile-with-closure.sh index a98dcaa..96b2250 100755 --- 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 \