Use the load.sh version of dist/paper.js to avoid confusion during development.

This commit is contained in:
Jonathan Puckey 2012-10-08 19:24:45 +02:00
parent e3518c29b1
commit c6ebd22b33
2 changed files with 11 additions and 8237 deletions

View file

@ -19,4 +19,8 @@
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=\"../../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

File diff suppressed because one or more lines are too long