X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=generate-combined.sh;h=5694425742b2cf9f6171ea377f2d1100e0c581d4;hb=50360fd082e74dd47cdc95b96892fef7f2067ce9;hp=a191b9040c26b263ddea5ee547c289bffb915043;hpb=9c97d733b98f043111c92ada7b04f123ebc1693b;p=dygraphs.git diff --git a/generate-combined.sh b/generate-combined.sh index a191b90..5694425 100755 --- a/generate-combined.sh +++ b/generate-combined.sh @@ -6,14 +6,14 @@ cat \ dygraph-canvas.js \ dygraph.js \ rgbcolor/rgbcolor.js \ +strftime/strftime-min.js \ > /tmp/dygraph.js -java -jar custom_rhino.jar -c /tmp/dygraph.js \ +java -jar yuicompressor-2.4.2.jar /tmp/dygraph.js \ > /tmp/dygraph-packed.js # TODO(danvk): ensure the dygraphs copyright, etc. gets into the packed js. cat \ -strftime/strftime-min.js \ /tmp/dygraph-packed.js \ > dygraph-combined.js