X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=generate-combined.sh;h=a191b9040c26b263ddea5ee547c289bffb915043;hb=0af6e3468086533368de97dc6ea704df5ce3ef10;hp=44638aa93e2edcfe42f28745b959a13a3e0543ad;hpb=b0c3b7300e0faea480835763343e64884b169fb5;p=dygraphs.git diff --git a/generate-combined.sh b/generate-combined.sh index 44638aa..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 Color DOM Style 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