| 1 | server: http://localhost:9876 |
| 2 | |
| 3 | # This list needs to be kept in sync w/ the one in dygraph-dev.js |
| 4 | # and the one in generate-combined.sh. |
| 5 | load: |
| 6 | - strftime/strftime-min.js |
| 7 | - rgbcolor/rgbcolor.js |
| 8 | - dashed-canvas.js |
| 9 | - dygraph-layout.js |
| 10 | - dygraph-canvas.js |
| 11 | - dygraph.js |
| 12 | - dygraph-utils.js |
| 13 | - dygraph-gviz.js |
| 14 | - dygraph-interaction-model.js |
| 15 | - dygraph-options-reference.js |
| 16 | - dygraph-range-selector.js |
| 17 | - dygraph-tickers.js |
| 18 | - dygraph-dev.js |
| 19 | - excanvas.js |
| 20 | - plugins/base.js |
| 21 | - plugins/legend.js |
| 22 | - plugins/install.js |
| 23 | - auto_tests/tests/*.js |