Initial check-in
[dygraphs.git] / generate-combined.sh
1 #!/bin/bash
2 # Generates a single JS file that's easier to include.
3 # This packed JS includes a partial copy of MochiKit and PlotKit.
4 cat \
5 mochikit_v14/packed/MochiKit/MochiKit.js \
6 plotkit_v091/PlotKit/PlotKit_Packed.js \
7 dygraph-canvas.js \
8 dygraph.js \
9 > dygraph-combined.js