sync dist
authorDan Vanderkam <danvk@sidewalklabs.com>
Wed, 28 Dec 2016 20:28:22 +0000 (15:28 -0500)
committerDan Vanderkam <danvk@sidewalklabs.com>
Wed, 28 Dec 2016 20:28:22 +0000 (15:28 -0500)
scripts/push-to-web.sh

index 29bf648..a735b97 100755 (executable)
@@ -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