From: Klaus Weidner Date: Fri, 25 Jan 2013 00:53:13 +0000 (-0800) Subject: refactor generate-combined.sh X-Git-Tag: v1.0.0~107^2~3 X-Git-Url: https://adrianiainlam.tk/git/?a=commitdiff_plain;h=1beeb31035c4028e84cde14b804c08d33bffbd02;hp=1beeb31035c4028e84cde14b804c08d33bffbd02;p=dygraphs.git refactor generate-combined.sh Update the generate-combined.sh script to support printing an ordered source file list, cat'ing the compressed or uncompressed output, or updating the dygraph-combined.js file (the default). This is intended to make it easier to integrate dygraphs code into other builds. Move the plugins/{base,install}.js files to dygraph-plugin-{base,install}.js, this simplifies the file list by permitting use of plugins/*.js with no order dependency. ---