From: Dan Vanderkam Date: Sat, 7 Apr 2012 17:07:19 +0000 (-0400) Subject: Copy new plugins dir to dygraphs.com X-Git-Tag: v1.0.0~291 X-Git-Url: https://adrianiainlam.tk/git/?a=commitdiff_plain;ds=sidebyside;h=a0d7a78e2403b5921cb9abbb02556847308d66f1;p=dygraphs.git Copy new plugins dir to dygraphs.com --- diff --git a/push-to-web.sh b/push-to-web.sh index c5826cb..4d8985c 100755 --- a/push-to-web.sh +++ b/push-to-web.sh @@ -18,7 +18,7 @@ if [ -s docs/options.html ] ; then ./generate-jsdoc.sh # Copy everything to the site. - scp -r gallery common tests jsdoc experimental $site \ + scp -r gallery common tests jsdoc experimental plugins $site \ && \ scp dygraph*.js gadget.xml excanvas.js thumbnail.png screenshot.png docs/* $site/ else