tweak link
[dygraphs.git] / push-to-web.sh
index a2811d0..545b25c 100755 (executable)
@@ -10,8 +10,9 @@ fi
 set -x
 site=$1
 
-# Produce dygraph-combined.js.
+# Produce dygraph-combined.js and dygraph-combined-dev.js
 ./generate-combined.sh
+./generate-combined.sh cat-dev > dygraph-combined-dev.js
 
 # Generate documentation.
 ./generate-documentation.py > docs/options.html
@@ -38,7 +39,8 @@ else
 fi
 
 # Revert changes to dygraph-combined.js and docs.
-git checkout dygraph-combined.js
+make clean-combined-test
+rm dygraph-combined-dev.js
 git checkout docs/download.html
 rm docs/options.html
 rm -rf $temp_dir