mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-06 04:42:15 -05:00
Change build.sh to also generate documentation.
This commit is contained in:
parent
4365e5620a
commit
4db5486986
1 changed files with 5 additions and 0 deletions
|
@ -33,3 +33,8 @@ fi
|
|||
|
||||
./preprocess.sh ../src/paper.js ../out/paper.js "-DBROWSER" $MODE
|
||||
./preprocess.sh ../src/paper.js ../out/paper-server.js "-DSERVER" $MODE
|
||||
|
||||
# Generate documentation
|
||||
# TODO: switch this on with a flag
|
||||
cd jsdoc-toolkit
|
||||
java -jar jsrun.jar app/run.js -c=conf/paperjs.conf
|
Loading…
Reference in a new issue