X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;ds=sidebyside;f=closure-todo.txt;h=392ede4cd90a39a1cc8ab9ab4df9d714933c908d;hb=28eb1748a3bca17f528a5d4504d5f5e178877edc;hp=98528560fcda90eadb55088644989c75635718fb;hpb=14ea2141f073e01b01708740414a17668a6aef3b;p=dygraphs.git diff --git a/closure-todo.txt b/closure-todo.txt index 9852856..392ede4 100644 --- a/closure-todo.txt +++ b/closure-todo.txt @@ -12,8 +12,7 @@ Core: - dygraph-canvas.js - dygraph-interaction-model.js - dygraph-layout.js -- dygraph-options.js -- dygraph-range-selector.js +x dygraph-options.js - dygraph.js x dygraph-gviz.js x dygraph-tickers.js @@ -29,12 +28,10 @@ Plugins: - plugins/chart-labels.js - plugins/grid.js - plugins/legend.js - -Others: -x rgbcolor/rgbcolor.js +- plugins/range-selector.js 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_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_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.