X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=generate-combined.sh;h=d38d2207cd743352903367e799caa4635198a372;hb=6070efe28a0c760893fcf1d8b4899aa9554a5480;hp=7812c7f45d3ea48e94ba75e1d4c468d356beb477;hpb=1b89e01f33c071af04e0586163fa3c09ac115b09;p=dygraphs.git diff --git a/generate-combined.sh b/generate-combined.sh index 7812c7f..d38d220 100755 --- a/generate-combined.sh +++ b/generate-combined.sh @@ -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