Fix comments about dist/paper.js as symbolic links.

This commit is contained in:
Jürg Lehni 2013-06-27 03:21:56 -07:00
parent 9ac34d44e1
commit 4398029455
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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