mirror of
https://github.com/jquery-validation/jquery-validation.git
synced 2025-12-24 12:13:59 +01:00
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.
This commit is contained in:
@@ -13,4 +13,5 @@ To run unit tests, you should have a local webserver installed and pointing at y
|
||||
|
||||
## Linting
|
||||
|
||||
To run jshint and other tools, use `grunt`. To install, you need nodejs and npm, then run `npm install -g grunt`.
|
||||
To run jshint and other tools, use `grunt`. To install, you need nodejs and npm, then run `npm install -g grunt-cli`.
|
||||
More details are available on their website http://gruntjs.com/getting-started.
|
||||
|
||||
Reference in New Issue
Block a user