Skip to content

Commit

Permalink
Add note about npm gem
Browse files Browse the repository at this point in the history
  • Loading branch information
swalkinshaw committed Aug 6, 2014
1 parent 9b732e6 commit bf87034
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ $ bundle install
require 'capistrano/grunt'
```

### npm

You'll most likely want to use this gem along with [capistrano-npm](https://github.com/capistrano/npm) as you may need to run `npm install` first on every deploy. See its README for configuration options.

## Usage

Set what Grunt tasks you want run in your `deploy.rb` file:
Expand Down

0 comments on commit bf87034

Please sign in to comment.