X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=push-to-web.sh;h=aaf18bdbd60c1d0742ad19645ff25b5b1a54bfd0;hb=fccae3c0438703452b1a077421c1074982dd4344;hp=1003430e1f988571b49193ed03c777e9f56ab8fa;hpb=11a255507812fc1ffad56b6994ed699f3721f1f0;p=dygraphs.git diff --git a/push-to-web.sh b/push-to-web.sh index 1003430..aaf18bd 100755 --- a/push-to-web.sh +++ b/push-to-web.sh @@ -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