Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
robgraeber committed Jul 26, 2015
1 parent c858eff commit 1dfa743
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Heroku Buildpack for Node.js
# Heroku Buildpack for Node.js + Gulp

A modified version of Heroku's official node.js buildpack. Adding gulp support, default procfile generation, and nasm for image minification. With support for iojs + npm versioning via package.json settings.

Expand Down Expand Up @@ -27,7 +27,8 @@ When the buildpack runs it will do many things similarly to the standard [Heroku
- If `Procfile` is not found
- Looks for a `npm start` script
- Then for a `server.js` file
- And then for an `app.js` file
- And then for an `app.js` file

## Documentation

For more information about using Node.js and buildpacks on Heroku, see these Dev Center articles:
Expand Down

0 comments on commit 1dfa743

Please sign in to comment.