mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-19 14:10:14 -05:00
Fix preprocess.sh calling sequence for docs library.
This commit is contained in:
parent
88626e3903
commit
b37d4d9a9b
1 changed files with 2 additions and 2 deletions
|
@ -33,6 +33,6 @@ cd ..
|
|||
if [ $MODE == "docs" ]
|
||||
then
|
||||
# Build paper.js library for documentation
|
||||
./preprocess.sh ../src/paper.js ../dist/docs/resources/js/paper.js \
|
||||
"-DBROWSER" stripped
|
||||
./preprocess.sh stripped ../src/paper.js ../dist/docs/resources/js/paper.js\
|
||||
"-DBROWSER"
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue