From 1fcaee90435e2ecd83f5c9482452b46ea467b1cf Mon Sep 17 00:00:00 2001 From: Dan Vanderkam Date: Wed, 28 Dec 2016 15:28:22 -0500 Subject: [PATCH] sync dist --- scripts/push-to-web.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.7.4