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 |
this module returns a grunt script that configures clean, test, document, coverage and observe tasks for the dependent module.