X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=push-to-web.sh;h=997201b71523fa1e4b7226122671308b809f19d8;hb=b3d2a929ab8070fb65ee6e9ddc797df096c750ae;hp=c41fd4211f067e511f394411370eee34fd33e06e;hpb=606568fef36a321148399da4c58a05e2753ac2f9;p=dygraphs.git diff --git a/push-to-web.sh b/push-to-web.sh index c41fd42..997201b 100755 --- a/push-to-web.sh +++ b/push-to-web.sh @@ -11,9 +11,9 @@ site=$1 ./generate-documentation.py > docs/options.html # Copy everything to the site. -scp tests/*.html tests/*.js tests/*.png $site/tests/ \ +scp -r tests $site \ && \ -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