GruntRunnerFactory Class

Summary

Returns a grunt runner based on either a local or global grunt installation via npm
Namespace
Cake.Grunt
Base Types
  • object
graph BT Type-->Base0["object"] Type["GruntRunnerFactory"] class Type type-node

Syntax

public class GruntRunnerFactory

Properties

Name Value Summary
Global GruntRunner<GruntRunnerSettings>
Get a grunt global runner based on a global grunt installation, a global installation is achieved through `npm install grunt -g`
Local GruntRunner<GruntLocalRunnerSettings>
Get a grunt local runner based on a local grunt installation, a local installation is achieved through `npm install grunt`