X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=generate-combined.sh;h=d38772c54ad5c60efd48ced92b68da52f9184081;hb=3609c9aaaa006712e9d83862dba11ef6bb257629;hp=7812c7f45d3ea48e94ba75e1d4c468d356beb477;hpb=2d9596f2fd2a3c8d8d064c0f68a22c69ef82626b;p=dygraphs.git diff --git a/generate-combined.sh b/generate-combined.sh index 7812c7f..d38772c 100755 --- a/generate-combined.sh +++ b/generate-combined.sh @@ -4,11 +4,14 @@ # 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,' \