mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-07-04 08:50:26 -04:00
Change name of default build.
This commit is contained in:
parent
cca62beac3
commit
b580016232
1 changed files with 2 additions and 2 deletions
|
@ -31,5 +31,5 @@ then
|
||||||
mkdir ../out/
|
mkdir ../out/
|
||||||
fi
|
fi
|
||||||
|
|
||||||
./preprocess.sh ../src/paper.js ../out/paper-browser.js "-DBROWSER" $MODE
|
./preprocess.sh ../src/paper.js ../out/paper.js "-DBROWSER" $MODE
|
||||||
./preprocess.sh ../src/paper.js ../out/paper.js "" $MODE
|
./preprocess.sh ../src/paper.js ../out/paper-server.js "-DSERVER" $MODE
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue