From: Dan Vanderkam Date: Sun, 24 Apr 2011 22:47:37 +0000 (-0400) Subject: use scp -r to copy tests directory X-Git-Tag: v1.0.0~519 X-Git-Url: https://adrianiainlam.tk/git/?a=commitdiff_plain;ds=sidebyside;h=6512fe1e28b31618517c5f3a91786e75168255bd;p=dygraphs.git use scp -r to copy tests directory --- diff --git a/push-to-web.sh b/push-to-web.sh index 7aca0f4..997201b 100755 --- a/push-to-web.sh +++ b/push-to-web.sh @@ -11,7 +11,7 @@ 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 thumbnail.png screenshot.png docs/* $site/