mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-06-14 22:20:52 -04:00
Switch from "out" folder for built library to "dist".
This commit is contained in:
parent
b466ac809e
commit
4d12cb87fc
41 changed files with 44 additions and 45 deletions
examples/Scripts
|
@ -4,7 +4,7 @@
|
|||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>Example</title>
|
||||
<link rel="stylesheet" href="../css/style.css">
|
||||
<script type="text/javascript" src="../../out/paper.js"></script>
|
||||
<script type="text/javascript" src="../../dist/paper.js"></script>
|
||||
<script type="text/paperscript" canvas="canvas">
|
||||
// Adapted from the following Processing example:
|
||||
// http://processing.org/learning/topics/follow3.html
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue