mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-20 22:39:50 -05:00
Include the minified version of the library in the distribution.
This commit is contained in:
parent
e7549f0ce5
commit
87d755e2f6
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue