X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=closure-todo.txt;h=ae776225706d3b31ba822400bc2f945986b697f9;hb=160183e57e3e5c39fab0a2952e56ed6cf7d3caf3;hp=081b9edfca1802fa8945fb028769ac4f816e1e34;hpb=6eb8e265c61d431af7431fcfc3c2d4b0186f36fb;p=dygraphs.git diff --git a/closure-todo.txt b/closure-todo.txt index 081b9ed..ae77622 100644 --- a/closure-todo.txt +++ b/closure-todo.txt @@ -12,26 +12,35 @@ 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 x dygraph-options-reference.js x dygraph-utils.js x dashed-canvas.js +- dygraph-plugin-base.js +- dygraph-plugin-install.js Plugins: - plugins/annotations.js - plugins/axes.js -- plugins/base.js - plugins/chart-labels.js - plugins/grid.js -- plugins/install.js - plugins/legend.js +- plugins/range-selector.js + +Datahandler: +- datahandler/bars-custom.js +- datahandler/bars-error.js +- datahandler/bars-fractions.js +- datahandler/bars.js +- datahandler/datahandler.js +- datahandler/default-fractions.js +- datahandler/default.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.