Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
H
heroku-buildpack-nodejs
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Python-Dev
heroku-buildpack-nodejs
Commits
f4d23364
Commit
f4d23364
authored
Aug 09, 2013
by
zeke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
simplify deploy output
parent
54730a4e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
6 deletions
+1
-6
compile
bin/compile
+1
-6
No files found.
bin/compile
View file @
f4d23364
...
...
@@ -12,16 +12,11 @@ source $BIN_DIR/common.sh
trap
cat_npm_debug_log EXIT
status
"Downloading node v
$NODE_VERSION
"
echo
"
$NODE_URL
"
| indent
tar_download
$NODE_URL
$BUILD_DIR
status
"
Moving node and npm to build directory
"
status
"
Adding node and npm to
\$
PATH
"
mv
$BUILD_DIR
/node-v
$NODE_VERSION
-linux-x64
$BUILD_DIR
/node
status
"Making node and npm executable"
chmod
+x
$BUILD_DIR
/node/bin/
*
status
"Adding node and npm to the
\$
PATH"
PATH
=
$PATH
:
$BUILD_DIR
/node/bin
status
"Installing dependencies with npm"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment