SteamedPears / Code-Review

A web app for reviewing code (and other text), written in node.js using redis as the persistent store.
http://review.steamedpears.com
ISC License
1 stars 2 forks source link

build_production_all.sh forces relative paths #152

Closed spratt closed 11 years ago

spratt commented 11 years ago

The script does something like TARGET=$PWD/$1 which forces relative paths...we should just check if the TARGET variable is set then use it, otherwise use the sane default already provideed in build_production_all.sh

spratt commented 11 years ago

@cdelahousse