Skip to content

Commit 69bb292

Browse files
committed
Update Grunt install instructions
The grunt package is no longer installed globally. The global runner has moved to the CLI package with Grunt in the local node_modules folder.
1 parent 493c0c3 commit 69bb292

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@ To run unit tests, you should have a local webserver installed and pointing at y
1313

1414
## Linting
1515

16-
To run jshint and other tools, use `grunt`. To install, you need nodejs and npm, then run `npm install -g grunt`.
16+
To run jshint and other tools, use `grunt`. To install, you need nodejs and npm, then run `npm install -g grunt-cli`.
17+
More details are available on their website http://gruntjs.com/getting-started.

0 commit comments

Comments
 (0)