mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-22 07:19:57 -05:00
jsdoc template: also build paper.js and place it in the resources folder of the generated documentation.
This commit is contained in:
parent
5cede5f6ed
commit
415728f7cf
1 changed files with 3 additions and 1 deletions
|
@ -24,4 +24,6 @@ fi
|
||||||
|
|
||||||
cd jsdoc-toolkit
|
cd jsdoc-toolkit
|
||||||
java -jar jsrun.jar app/run.js -c=conf/$MODE.conf -D="renderMode:$MODE"
|
java -jar jsrun.jar app/run.js -c=conf/$MODE.conf -D="renderMode:$MODE"
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
|
./preprocess.sh ../src/paper.js ../out/docs/resources/js/paper.js "-DBROWSER" stripped
|
Loading…
Reference in a new issue