Skip to content

Commit

Permalink
Global install grunt-cli instead of grunt
Browse files Browse the repository at this point in the history
As of Grunt v0.4, you should globally install just the CLI for grunt.

Fix gh-11
  • Loading branch information
necolas committed Feb 18, 2013
1 parent 7792983 commit ff899ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -75,7 +75,7 @@ Homebrew formulae:
Node packages:

* [bower](http://twitter.github.com/bower/)
* [grunt](http://gruntjs.com/)
* [grunt-cli](http://gruntjs.com/)
* [jshint](http://www.jshint.com/)

Vim plugins:
Expand Down
2 changes: 1 addition & 1 deletion lib/npm
Expand Up @@ -7,7 +7,7 @@ run_npm() {
e_header "Installing Node.js packages..."

# List of npm packages
local packages="bower grunt jshint"
local packages="bower grunt-cli jshint"

# Install packages globally and quietly
npm install $packages --global --quiet
Expand Down

0 comments on commit ff899ff

Please sign in to comment.