X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=generate-combined.sh;h=a191b9040c26b263ddea5ee547c289bffb915043;hb=076c962206a8d34711298fd09cac43a068363a3a;hp=1fa709477d8171b99a384219aa12d961e35216e2;hpb=f474c2a348651a43addaf796d31aab16e5851b74;p=dygraphs.git diff --git a/generate-combined.sh b/generate-combined.sh index 1fa7094..a191b90 100755 --- a/generate-combined.sh +++ b/generate-combined.sh @@ -1,13 +1,6 @@ #!/bin/bash # Generates a single JS file that's easier to include. -# Pack up just the bits of MochiKit that we need. -cd mochikit_v14 -./scripts/pack.py \ -Base \ -> /tmp/mochikit-packed.js -cd .. - # Pack the dygraphs JS and rgbcolor cat \ dygraph-canvas.js \ @@ -21,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