2 # Generates a single JS file that's easier to include.
4 # Pack all the JS together.
6 # This list needs to be kept in sync w/ the one in dygraph-dev.js
7 # and the one in jsTestDriver.conf.
14 dygraph-interaction-model.js \
15 dygraph-range-selector.js \
17 rgbcolor
/rgbcolor.js \
18 strftime
/strftime-min.js \
19 | perl
-ne
'print unless m,REMOVE_FOR_COMBINED,..m,/REMOVE_FOR_COMBINED,' \
22 java
-jar yuicompressor-2.4
.2.jar
/tmp
/dygraph.js \
23 > /tmp
/dygraph-packed.js
25 # TODO(danvk): ensure the dygraphs copyright, etc. gets into the packed js.
28 /tmp
/dygraph-packed.js \