The Grunt plugin allows you to execute Grunt files in an application. The plugin will also automatically install NodeJS, Grunt-CLI and Grunt if desired.
Supported Versions
- NodeJS v4+
- Grunt-CLI v0.1.13+
- Grunt v0.4.5+
Key Features
- Executes Grunt file in specified directory.
- Can specify specific tasks and targets to execute on a Grunt file.
- Automatically installs specific NodeJS, Grunt-CLI, and Grunt versions if desired.
- Automatically installs Node modules located in package.json (Uses npm install).