Include stats.js in distribution so all examples can work.

This commit is contained in:
Jürg Lehni 2013-06-01 16:45:14 -07:00
parent 87d755e2f6
commit de766303f8

View file

@ -24,6 +24,8 @@ cp $BASE/LICENSE.txt .
mkdir lib
cp $BASE/dist/paper.js lib
cp $BASE/dist/paper-min.js lib
# Also include stats sinsce some examples use it
cp $BASE/lib/stats.js lib
# Copy examples over
cp -r $BASE/examples .
# Replace ../../dist/ with ../../lib/ in each example