2 # This script generates the combined JS file, pushes all content to a web site
3 # and then reverts the combined file.
7 # Produce dygraph-combined.js.
10 # Generate documentation.
11 .
/generate-documentation.py
> docs
/options.html
14 # Copy everything to the site.
15 scp
-r tests jsdoc
$site \
17 scp dygraph
*.js gadget.xml excanvas.js thumbnail.png screenshot.png docs
/* $site/
19 # Revert changes to dygraph-combined.js and docs/options.html
20 git checkout dygraph-combined.js