update command
authorDan Vanderkam <danvdk@gmail.com>
Mon, 22 Jul 2013 21:57:21 +0000 (17:57 -0400)
committerDan Vanderkam <danvdk@gmail.com>
Mon, 22 Jul 2013 21:57:21 +0000 (17:57 -0400)
closure-todo.txt

index e639042..f32e9c7 100644 (file)
@@ -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.