mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-19 14:10:14 -05:00
Include stats.js in distribution so all examples can work.
This commit is contained in:
parent
87d755e2f6
commit
de766303f8
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue