2 # Generates a single JS file that's easier to include.
5 # This list needs to be kept in sync w/ the one in dygraph-dev.js
6 # and the one in jsTestDriver.conf. Order matters, except for the plugins.
15 dygraph-interaction-model.js \
17 dygraph-plugin-base.js \
19 dygraph-plugin-install.js \
20 datahandler
/datahandler.js \
21 datahandler
/default.js \
22 datahandler
/default-fractions.js \
24 datahandler
/bars-custom.js \
25 datahandler
/bars-error.js \
26 datahandler
/bars-fractions.js
32 # Pack all the JS together.
36 | perl
-ne
'print unless m,REMOVE_FOR_COMBINED,..m,/REMOVE_FOR_COMBINED,'
40 echo '/*! @license Copyright 2011 Dan Vanderkam (danvdk@gmail.com) MIT-licensed (http://opensource.org/licenses/MIT) */'
46 | java
-jar yuicompressor-2.4
.2.jar
--type js
58 compress*|cat_compress
*)
62 CatCompressed
> dygraph-combined.js
63 chmod a
+r dygraph-combined.js
66 echo >&2 "Unknown action '$ACTION'"