From: Dan Vanderkam Date: Mon, 22 Jul 2013 21:57:21 +0000 (-0400) Subject: update command X-Git-Url: https://adrianiainlam.tk/git/?a=commitdiff_plain;h=2bd0749753602f24680d719de27d6888ac747729;p=dygraphs.git update command --- diff --git a/closure-todo.txt b/closure-todo.txt index e639042..f32e9c7 100644 --- a/closure-todo.txt +++ b/closure-todo.txt @@ -19,10 +19,10 @@ x dygraph-tickers.js x dygraph-options-reference.js x dygraph-utils.js x dashed-canvas.js -- dygraph-plugin-base.js -- dygraph-plugin-install.js +x dygraph-plugin-base.js Plugins: +- dygraph-plugin-install.js - plugins/annotations.js - plugins/axes.js - plugins/chart-labels.js @@ -32,7 +32,7 @@ Plugins: Here's a command that can be used to build dygraphs using the closure compiler: -java -jar ../../closure-compiler-read-only/build/compiler.jar --js=dygraph-utils.js --js=dashed-canvas.js --js=dygraph-options-reference.js --js=dygraph-tickers.js --js=dygraph-gviz.js --js=dygraph-options.js --js=dygraph-layout.js --js=dygraph-canvas.js --js_output_file=/tmp/out.js --compilation_level ADVANCED_OPTIMIZATIONS --warning_level VERBOSE --externs dygraph-externs.js +java -jar ../../closure-compiler-read-only/build/compiler.jar --js=dygraph-utils.js --js=dashed-canvas.js --js=dygraph-options-reference.js --js=dygraph-tickers.js --js=dygraph-gviz.js --js=dygraph-options.js --js=dygraph-layout.js --js=dygraph-interaction-model.js --js=dygraph-canvas.js --js=dygraph-plugin-base.js --js_output_file=/tmp/out.js --compilation_level ADVANCED_OPTIMIZATIONS --warning_level VERBOSE --externs dygraph-externs.js As each file is closurized, it can be added as a "--js" parameter.