X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=generate-combined.sh;h=ea9f92bd6738f4a7df291ea39172ba092e539462;hb=49302d658811c6d883924ef926bcd8f2e21bc931;hp=7812c7f45d3ea48e94ba75e1d4c468d356beb477;hpb=2d9596f2fd2a3c8d8d064c0f68a22c69ef82626b;p=dygraphs.git diff --git a/generate-combined.sh b/generate-combined.sh index 7812c7f..ea9f92b 100755 --- a/generate-combined.sh +++ b/generate-combined.sh @@ -4,11 +4,16 @@ # 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 \ | perl -ne 'print unless m,REMOVE_FOR_COMBINED,..m,/REMOVE_FOR_COMBINED,' \