X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=generate-combined.sh;h=ea9f92bd6738f4a7df291ea39172ba092e539462;hb=966ac3fa0de18a7b5ddefe4aba6938d8358ea0cf;hp=4a3c920f8a7d85b48d9b5917492dc9613a459932;hpb=dedb4f5fb17ad82b542784ef04048e80bac24a02;p=dygraphs.git diff --git a/generate-combined.sh b/generate-combined.sh index 4a3c920..ea9f92b 100755 --- a/generate-combined.sh +++ b/generate-combined.sh @@ -4,6 +4,7 @@ # 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 \ @@ -11,6 +12,8 @@ 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,' \