refactor generate-combined.sh
authorKlaus Weidner <klausw@google.com>
Fri, 25 Jan 2013 00:53:13 +0000 (16:53 -0800)
committerKlaus Weidner <klausw@google.com>
Fri, 25 Jan 2013 00:53:13 +0000 (16:53 -0800)
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.


No differences found