Merge pull request #184 from kberg/master
[dygraphs.git] / jsTestDriver.conf
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   # NOTE: we can't do plugins/*.js because the order is important.
21   - plugins/base.js
22   - plugins/annotations.js
23   - plugins/axes.js
24   - plugins/chart-labels.js
25   - plugins/grid.js
26   - plugins/legend.js
27   - plugins/install.js
28   - auto_tests/tests/*.js