Update plugin registry
[dygraphs.git] / 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