padding
[dygraphs.git] / push-to-web.sh
index 1003430..aaf18bd 100755 (executable)
@@ -8,9 +8,9 @@ site=$1
 ./generate-combined.sh
 
 # Copy everything to the site.
-scp tests/*.html tests/*.js $site/tests/ \
+scp tests/*.html tests/*.js tests/*.png $site/tests/ \
 && \
-scp dygraph*.js gadget.xml excanvas.js thumbnail.png docs/* $site/
+scp dygraph*.js gadget.xml excanvas.js thumbnail.png screenshot.png docs/* $site/
 
 # Revert changes to dygraph-combined.js
-git co dygraph-combined.js
+git checkout dygraph-combined.js