re-add the legend_div into the parent div after resize, otherwise it remains stuck...
[dygraphs.git] / generate-combined.sh
index 7812c7f..038aff8 100755 (executable)
@@ -4,13 +4,21 @@
 # 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 \
 dygraph.js \
+dygraph-utils.js \
 dygraph-gviz.js \
+dygraph-interaction-model.js \
+dygraph-range-selector.js \
+dygraph-tickers.js \
 rgbcolor/rgbcolor.js \
 strftime/strftime-min.js \
+plugins/base.js \
+plugins/legend.js \
+plugins/install.js \
 | perl -ne 'print unless m,REMOVE_FOR_COMBINED,..m,/REMOVE_FOR_COMBINED,' \
 > /tmp/dygraph.js
 
@@ -22,3 +30,4 @@ java -jar yuicompressor-2.4.2.jar /tmp/dygraph.js \
 cat \
 /tmp/dygraph-packed.js \
 > dygraph-combined.js
+chmod a+r dygraph-combined.js