From 2b9d0698648c82dafa43c8ada75a184c6606d292 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Lehni?= Date: Sat, 29 Mar 2014 10:21:47 +0100 Subject: [PATCH] Update the online version of paper.js when releasing a new version. --- build/publish.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build/publish.sh b/build/publish.sh index d63c8887..e7e425cc 100755 --- a/build/publish.sh +++ b/build/publish.sh @@ -42,6 +42,8 @@ npm publish cd $SITE_DIR echo `PWD` 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 # Commit to paperjs.org git add -A $DIST_FILE git commit -m "Release version v$VERSION"