mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-07-05 17:30:26 -04:00
Simplify even further.
This commit is contained in:
parent
8fb358e8e7
commit
3d3e420fe0
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ In order to minify the resulting built versions, you can run the `minify.sh` scr
|
||||||
cd build
|
cd build
|
||||||
./minify.sh
|
./minify.sh
|
||||||
|
|
||||||
### Working Directly with Separate Source Files During Development
|
### Running Directly from Separate Source Files
|
||||||
|
|
||||||
As a handy alternative to building the library after each change to try it out in your scripts, there is a helper script `src/load.js` that loads the library directly from all the separate source files in the `src` folder. The shell script `load.sh` in the `build` folder produces the `paper-full.js` and `paper-node.js` files in `dist` as symbolic links to `src/load.js`. This means you can switch between loading from sources and loading a built library simply by running `build.sh` or `load.sh` inside the `build` folder.
|
As a handy alternative to building the library after each change to try it out in your scripts, there is a helper script `src/load.js` that loads the library directly from all the separate source files in the `src` folder. The shell script `load.sh` in the `build` folder produces the `paper-full.js` and `paper-node.js` files in `dist` as symbolic links to `src/load.js`. This means you can switch between loading from sources and loading a built library simply by running `build.sh` or `load.sh` inside the `build` folder.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue