GruntRunnerFactory.

Global Property

Summary

Get a grunt global runner based on a global grunt installation, a global installation is achieved through `npm install grunt -g`
Assembly
Cake.Grunt.dll
Namespace
Cake.Grunt
Containing Type
GruntRunnerFactory

Syntax

public GruntRunner<GruntRunnerSettings> Global { get; }

Value

Type Description
GruntRunner<GruntRunnerSettings>