X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=generate-combined.sh;h=fb19c7dfebb2f22045b820a2745322ee998124b0;hb=36615faf46e6d8ace2cc90a176be32f189387838;hp=a5ccfcaf692d574bf202073451c7c5c9b3225703;hpb=b2a516b817a253d5333bf4ab0adbb0996c0128c9;p=dygraphs.git diff --git a/generate-combined.sh b/generate-combined.sh index a5ccfca..fb19c7d 100755 --- a/generate-combined.sh +++ b/generate-combined.sh @@ -12,7 +12,7 @@ cd .. # Do the same for MochiKit. This save another 77k. cd mochikit_v14 ./scripts/pack.py \ -Base Iter Format DOM Style Color Signal \ +Base Iter DOM Style Color Signal \ > /tmp/mochikit-packed.js cd .. @@ -28,5 +28,6 @@ java -jar plotkit_v091/scripts/custom_rhino.jar -c /tmp/dygraph.js \ cat \ /tmp/mochikit-packed.js \ /tmp/plotkit-packed.js \ +strftime/strftime-min.js \ /tmp/dygraph-packed.js \ > dygraph-combined.js