ZEST / base.gruntrunner / Module: base-gruntrunner

base-gruntrunner

require("base-gruntrunner")(*)

Here, we resolve the module path for the npm tasks and read package.json for the project. package.json object is stored in the pkg config. Once this is done, the clean, document, test and observe modules are invoked for registering tasks.

Parameters:
Name Type Argument Description
* <optional>

grunt - the grunt object

Source:

this module returns a grunt script that configures clean, test, document, coverage and observe tasks for the dependent module.

Source:

Requires