$customHeader
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

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.3.17+

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).

Plugin Operations

  • No labels