Skip to content

Commit

Permalink
add profile support
Browse files Browse the repository at this point in the history
  • Loading branch information
ddollar committed Jul 12, 2012
1 parent 02eaafb commit 5a68743
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bin/compile
Expand Up @@ -172,3 +172,7 @@ echo "-----> Installing dependencies with npm"
run_npm "install --production"
run_npm "rebuild"
echo "Dependencies installed" | indent

echo "-----> Setting up .profile"
mkdir -p $BUILD_DIR/.profile.d
echo "PATH=\"/app/bin:/app/node_modules/.bin:$PATH\"" > $BUILD_DIR/.profile.d/nodejs.sh

0 comments on commit 5a68743

Please sign in to comment.