mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-08-28 22:08:54 -04:00
Merge branch 'master' of https://github.com/paperjs/paper.js
* 'master' of https://github.com/paperjs/paper.js: Include the minified version of the library in the distribution.
This commit is contained in:
commit
99e58fa449
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…
Add table
Add a link
Reference in a new issue