From 439802945531e91a4567095db5eeeb74a96fc606 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Lehni?= Date: Thu, 27 Jun 2013 03:21:56 -0700 Subject: [PATCH] Fix comments about dist/paper.js as symbolic links. --- build/build.sh | 2 +- build/load.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build/build.sh b/build/build.sh index ef932534..20ae22bb 100755 --- a/build/build.sh +++ b/build/build.sh @@ -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 diff --git a/build/load.sh b/build/load.sh index b3e79301..7c7a37ad 100755 --- a/build/load.sh +++ b/build/load.sh @@ -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