From: Robert Konigsberg Date: Mon, 16 Jan 2012 22:12:26 +0000 (-0500) Subject: Include common directory. Perhaps jquery _is_ the way to go. X-Git-Tag: v1.0.0~345 X-Git-Url: https://adrianiainlam.tk/git/?a=commitdiff_plain;h=8e406c0f93675e1f50e62d6189e10683aeadea7c;p=dygraphs.git Include common directory. Perhaps jquery _is_ the way to go. --- diff --git a/push-to-web.sh b/push-to-web.sh index 33bb7a9..c5826cb 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 tests jsdoc experimental $site \ + scp -r gallery common tests jsdoc experimental $site \ && \ scp dygraph*.js gadget.xml excanvas.js thumbnail.png screenshot.png docs/* $site/ else