X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=generate-combined.sh;h=7812c7f45d3ea48e94ba75e1d4c468d356beb477;hb=74a5af31a87b245b89337037bc33a0e900153eae;hp=2b81f75decfbef7eff40f0b283dff6debd1830e7;hpb=124e8d98743fa8b050a336dbc30affe32f0a60db;p=dygraphs.git diff --git a/generate-combined.sh b/generate-combined.sh index 2b81f75..7812c7f 100755 --- a/generate-combined.sh +++ b/generate-combined.sh @@ -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,' \