There was an error while loading. Please reload this page.
1 parent e3518c2 commit c6ebd22Copy full SHA for c6ebd22
2 files changed
build/load.sh
@@ -19,4 +19,8 @@
19
20
echo "// Paper.js loader for development, as produced by the build/load.sh script
21
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;
+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