X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=generate-combined.sh;h=d38772c54ad5c60efd48ced92b68da52f9184081;hb=80e653aa7a48cd48dbcaf24dff5d5b99417d91e7;hp=2b81f75decfbef7eff40f0b283dff6debd1830e7;hpb=35a3c487b50e297b4a01522ab208ed394cfd88e3;p=dygraphs.git diff --git a/generate-combined.sh b/generate-combined.sh index 2b81f75..d38772c 100755 --- a/generate-combined.sh +++ b/generate-combined.sh @@ -1,10 +1,17 @@ #!/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 +# 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 \ rgbcolor/rgbcolor.js \ strftime/strftime-min.js \ | perl -ne 'print unless m,REMOVE_FOR_COMBINED,..m,/REMOVE_FOR_COMBINED,' \