drawing demo
[dygraphs.git] / push-to-web.sh
index c41fd42..7aca0f4 100755 (executable)
@@ -13,7 +13,7 @@ site=$1
 # Copy everything to the site.
 scp tests/*.html tests/*.js tests/*.png $site/tests/ \
 && \
-scp dygraph*.js gadget.xml excanvas.js flashcanvas.* thumbnail.png screenshot.png docs/* $site/
+scp dygraph*.js gadget.xml excanvas.js thumbnail.png screenshot.png docs/* $site/
 
 # Revert changes to dygraph-combined.js and docs/options.html
 git checkout dygraph-combined.js