From: Dan Vanderkam Date: Fri, 11 Mar 2011 22:19:55 +0000 (-0500) Subject: strip options reference from combined X-Git-Tag: v1.0.0~571 X-Git-Url: https://adrianiainlam.tk/git/?a=commitdiff_plain;h=b4bd8805016a581f40e4cb8d7bf1449ccb4fe647;p=dygraphs.git strip options reference from combined --- diff --git a/generate-combined.sh b/generate-combined.sh index 5694425..2b81f75 100755 --- a/generate-combined.sh +++ b/generate-combined.sh @@ -7,6 +7,7 @@ dygraph-canvas.js \ dygraph.js \ rgbcolor/rgbcolor.js \ strftime/strftime-min.js \ +| perl -ne 'print unless m,REMOVE_FOR_COMBINED,..m,/REMOVE_FOR_COMBINED,' \ > /tmp/dygraph.js java -jar yuicompressor-2.4.2.jar /tmp/dygraph.js \