X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=generate-combined.sh;h=a191b9040c26b263ddea5ee547c289bffb915043;hb=0af6e3468086533368de97dc6ea704df5ce3ef10;hp=22799c94bd3bcbeb2fb7a29beaa2cd09967836e1;hpb=5fb1199a967846f18b99b00e06ce60272318796a;p=dygraphs.git diff --git a/generate-combined.sh b/generate-combined.sh index 22799c9..a191b90 100755 --- a/generate-combined.sh +++ b/generate-combined.sh @@ -1,19 +1,11 @@ #!/bin/bash # Generates a single JS file that's easier to include. -# This packed JS includes a partial copy of MochiKit and PlotKit. -# It winds up being 146k uncompressed and 37k gzipped. -# Do the same for MochiKit. This save another 77k. -cd mochikit_v14 -./scripts/pack.py \ -Base Iter DOM Style Color Signal \ -> /tmp/mochikit-packed.js -cd .. - -# Pack the dygraphs JS. This saves another 22k. +# Pack the dygraphs JS and rgbcolor cat \ dygraph-canvas.js \ dygraph.js \ +rgbcolor/rgbcolor.js \ > /tmp/dygraph.js java -jar custom_rhino.jar -c /tmp/dygraph.js \ @@ -22,7 +14,6 @@ java -jar custom_rhino.jar -c /tmp/dygraph.js \ # TODO(danvk): ensure the dygraphs copyright, etc. gets into the packed js. cat \ -/tmp/mochikit-packed.js \ strftime/strftime-min.js \ /tmp/dygraph-packed.js \ > dygraph-combined.js