split up library, use an autoloader
[dygraphs.git] / generate-combined.sh
index 2b81f75..7812c7f 100755 (executable)
@@ -1,10 +1,14 @@
 #!/bin/bash
 # Generates a single JS file that's easier to include.
 
-# Pack the dygraphs JS and rgbcolor
+# Pack all the JS together.
+
+# This list needs to be kept in sync w/ the one in dygraph-dev.js
 cat \
+dygraph-layout.js \
 dygraph-canvas.js \
 dygraph.js \
+dygraph-gviz.js \
 rgbcolor/rgbcolor.js \
 strftime/strftime-min.js \
 | perl -ne 'print unless m,REMOVE_FOR_COMBINED,..m,/REMOVE_FOR_COMBINED,' \