GruntLocalRunner.

Execute(Action<GruntLocalRunnerSettings>) Method

Summary

Executes grunt from the local installation
Assembly
Cake.Grunt.dll
Namespace
Cake.Grunt
Containing Type
GruntLocalRunner

Syntax

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

Parameters

Name Type Description
configure Action<GruntLocalRunnerSettings>

Return Value

Type Description
void