Pull the latest changes from paperjs.org repo before commiting new version.

This commit is contained in:
Jürg Lehni 2015-10-25 11:45:02 +01:00
parent b1a6a74be2
commit f1257d83b2

View file

@ -74,6 +74,7 @@ git push origin develop
# Copy paperjs.zip to the website's download folder
cd $SITE_DIR
git pull
cp $PAPER_DIR/dist/paperjs.zip $DIST_FILE
# Update the online version of paper.js
cp $PAPER_DIR/dist/paper-full.js assets/js/paper.js