* 'master' of https://github.com/paperjs/paper.js:
  Include the minified version of the library in the distribution.
This commit is contained in:
hkrish 2013-06-01 21:34:57 +02:00
commit 99e58fa449

View file

@ -23,6 +23,7 @@ cp $BASE/LICENSE.txt .
# Make library folder and copy paper.js there
mkdir lib
cp $BASE/dist/paper.js lib
cp $BASE/dist/paper-min.js lib
# Copy examples over
cp -r $BASE/examples .
# Replace ../../dist/ with ../../lib/ in each example