Include the minified version of the library in the distribution.

This commit is contained in:
Jürg Lehni 2013-06-01 11:25:39 -07:00
parent e7549f0ce5
commit 87d755e2f6

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