Skip to content

Commit c6ebd22

Browse files
committed
Use the load.sh version of dist/paper.js to avoid confusion during development.
1 parent e3518c2 commit c6ebd22

2 files changed

Lines changed: 11 additions & 8237 deletions

File tree

build/load.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,8 @@
1919

2020
echo "// Paper.js loader for development, as produced by the build/load.sh script
2121
document.write('<script type=\"text/javascript\" src=\"../../lib/prepro.js\"></script>');
22-
document.write('<script type=\"text/javascript\" src=\"../../src/load.js\"></script>');" > ../dist/paper.js;
22+
document.write('<script type=\"text/javascript\" src=\"../../src/load.js\"></script>');
23+
24+
// For more information on building the library please refer to the
25+
// 'Building the Library' section of README.md:
26+
// https://github.com/paperjs/paper.js#building-the-library" > ../dist/paper.js;

0 commit comments

Comments
 (0)