Copy new plugins dir to dygraphs.com
authorDan Vanderkam <dan@dygraphs.com>
Sat, 7 Apr 2012 17:07:19 +0000 (13:07 -0400)
committerDan Vanderkam <dan@dygraphs.com>
Sat, 7 Apr 2012 17:07:19 +0000 (13:07 -0400)
push-to-web.sh

index c5826cb..4d8985c 100755 (executable)
@@ -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