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
d4946ca5
Commit
d4946ca5
authored
Sep 19, 2011
by
David Dollar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add caching description to readme
parent
2f5a0b5c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
README.md
README.md
+3
-0
No files found.
README.md
View file @
d4946ca5
...
@@ -4,6 +4,9 @@ The Node.js Language Pack will run `npm install` on your app after setting
...
@@ -4,6 +4,9 @@ The Node.js Language Pack will run `npm install` on your app after setting
up an appropriate environment of
[
node
](
http://github.com/joyent/node
)
,
up an appropriate environment of
[
node
](
http://github.com/joyent/node
)
,
[
npm
](
https://github.com/isaacs/npm
)
and
[
SCons
](
http://www.scons.org
)
.
[
npm
](
https://github.com/isaacs/npm
)
and
[
SCons
](
http://www.scons.org
)
.
The
`node_modules`
directory will be cached between builds to allow for
faster
`npm install`
time.
## Vendored Libraries
## Vendored Libraries
The versions of node, npm and SCons used by the language pack are controlled
The versions of node, npm and SCons used by the language pack are controlled
...
...
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