mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-01 02:38:43 -05:00
Fix titles.
This commit is contained in:
parent
282ad88acd
commit
38768e81d5
1 changed files with 2 additions and 2 deletions
|
@ -43,7 +43,7 @@ To update the `jsdoc-toolkit` submodule inside the `build` folder, used to gener
|
||||||
|
|
||||||
git submodule update --init
|
git submodule update --init
|
||||||
|
|
||||||
### Building Library
|
### Building the Library
|
||||||
|
|
||||||
The Paper.js sources are distributed across many separate files, organised in subfolders inside the `src` folder. To compile them all into one distributable file, yo need to run the `build.sh` script inside the `build` folder:
|
The Paper.js sources are distributed across many separate files, organised in subfolders inside the `src` folder. To compile them all into one distributable file, yo need to run the `build.sh` script inside the `build` folder:
|
||||||
|
|
||||||
|
@ -61,7 +61,7 @@ You will then find the built library inside the `dist` folder, named `paper.js`.
|
||||||
|
|
||||||
In order for UglifyJS to work when building Paper.js, it needs to be located in a folder name `uglifyjs` on the same level as your `paper.js` project folder. Alternatively you can also adjust the path in `build/preprocess.sh`
|
In order for UglifyJS to work when building Paper.js, it needs to be located in a folder name `uglifyjs` on the same level as your `paper.js` project folder. Alternatively you can also adjust the path in `build/preprocess.sh`
|
||||||
|
|
||||||
### Building Documentation
|
### Building the Documentation
|
||||||
|
|
||||||
Similarly to building the library, you can run `docs.sh` inside the `build` folder to build the documentation.
|
Similarly to building the library, you can run `docs.sh` inside the `build` folder to build the documentation.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue