mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-03 19:45:44 -05:00
Use the load.sh version of dist/paper.js to avoid confusion during development.
This commit is contained in:
parent
e3518c29b1
commit
c6ebd22b33
2 changed files with 11 additions and 8237 deletions
|
@ -19,4 +19,8 @@
|
||||||
|
|
||||||
echo "// Paper.js loader for development, as produced by the build/load.sh script
|
echo "// Paper.js loader for development, as produced by the build/load.sh script
|
||||||
document.write('<script type=\"text/javascript\" src=\"../../lib/prepro.js\"></script>');
|
document.write('<script type=\"text/javascript\" src=\"../../lib/prepro.js\"></script>');
|
||||||
document.write('<script type=\"text/javascript\" src=\"../../src/load.js\"></script>');" > ../dist/paper.js;
|
document.write('<script type=\"text/javascript\" src=\"../../src/load.js\"></script>');
|
||||||
|
|
||||||
|
// For more information on building the library please refer to the
|
||||||
|
// 'Building the Library' section of README.md:
|
||||||
|
// https://github.com/paperjs/paper.js#building-the-library" > ../dist/paper.js;
|
8242
dist/paper.js
vendored
8242
dist/paper.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue