<!--[if IE]>
<script type="text/javascript" src="../../excanvas.js"></script>
<![endif]-->
- <script type="text/javascript" src="../../strftime/strftime-min.js"></script>
- <script type="text/javascript" src="../../rgbcolor/rgbcolor.js"></script>
- <script type="text/javascript" src="../../dygraph-canvas.js"></script>
- <script type="text/javascript" src="../../dygraph.js"></script>
+ <script type="text/javascript" src="../../dygraph-dev.js"></script>
<!-- Scripts for automated tests -->
<script type="text/javascript" src="../lib/jquery-1.4.2.js"></script>
var path = m[1]; // captured group, not the full match.
// This list needs to be kept in sync w/ the one in generate-combined.sh
+ // and the one in jsTestDriver.conf.
var source_files = [
"strftime/strftime-min.js",
"rgbcolor/rgbcolor.js",
# Pack all the JS together.
# This list needs to be kept in sync w/ the one in dygraph-dev.js
+# and the one in jsTestDriver.conf.
cat \
dygraph-layout.js \
dygraph-canvas.js \
server: http://localhost:9876
+# This list needs to be kept in sync w/ the one in dygraph-dev.js
+# and the one in generate-combined.sh.
load:
- - dygraph.js
- - dygraph-canvas.js
- - rgbcolor/rgbcolor.js
- strftime/strftime-min.js
+ - rgbcolor/rgbcolor.js
+ - dygraph-layout.js
+ - dygraph-canvas.js
+ - dygraph.js
+ - dygraph-utils.js
+ - dygraph-gviz.js
+ - dygraph-interaction-model.js
+ - dygraph-options-reference.js
+ - dygraph-dev.js
+ - excanvas.js
- auto_tests/tests/*.js