GruntGlobalRunner.

Execute(Action<GruntRunnerSettings>) Method

Summary

Executes grunt from the global installation
Assembly
Cake.Grunt.dll
Namespace
Cake.Grunt
Containing Type
GruntGlobalRunner

Syntax

public override void Execute(Action<GruntRunnerSettings> configure = null)

Parameters

Name Type Description
configure Action<GruntRunnerSettings>

Return Value

Type Description
void