From: Dan Vanderkam Date: Wed, 28 Dec 2016 20:28:22 +0000 (-0500) Subject: sync dist X-Git-Url: https://adrianiainlam.tk/git/?a=commitdiff_plain;h=1fcaee90435e2ecd83f5c9482452b46ea467b1cf;p=dygraphs.git sync dist --- diff --git a/scripts/push-to-web.sh b/scripts/push-to-web.sh index 29bf648..a735b97 100755 --- a/scripts/push-to-web.sh +++ b/scripts/push-to-web.sh @@ -30,7 +30,7 @@ if [ -s docs/options.html ] ; then find . -print | egrep -v '\.git|node_modules' | xargs chmod a+rX # Copy everything to the site. - rsync -avzr src src/extras gallery common tests jsdoc $site \ + rsync -avzr src src/extras gallery common tests jsdoc dist $site \ && \ rsync -avzr --copy-links dist/* thumbnail.png screenshot.png $temp_dir/* $site/ else