mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-03 19:45:44 -05:00
Fix comments about dist/paper.js as symbolic links.
This commit is contained in:
parent
9ac34d44e1
commit
4398029455
2 changed files with 3 additions and 3 deletions
|
@ -34,7 +34,7 @@ fi
|
|||
./preprocess.sh $MODE ../src/paper.js "-o '{ \"browser\": true, \"paperscript\": false }' -i '../src/constants.js'" ../dist/paper-core.js
|
||||
#./preprocess.sh $MODE ../src/paper.js "-o '{ \"node\": true }' -i '../src/constants.js'" ../dist/paper-node.js
|
||||
|
||||
# Remove the existing file or symbolic link and copy paper-full.js to paper.js now
|
||||
# Remove the existing file and copy paper-full.js to paper.js now
|
||||
if [ -f ../dist/paper.js ]
|
||||
then
|
||||
rm ../dist/paper.js
|
||||
|
|
|
@ -10,8 +10,8 @@
|
|||
#
|
||||
# All rights reserved.
|
||||
|
||||
# This script simply generates a symbolic link from dist/paper.js to src/load.js
|
||||
# which loads the library from separate sources through PrePro.
|
||||
# This script simply copies src/load.js to dist/paper.js to, which loads the
|
||||
# library from separate sources through PrePro.
|
||||
|
||||
if [ -f ../dist/paper.js ]
|
||||
then
|
||||
|
|
Loading…
Reference in a new issue