GulpLocalRunner.

Execute(Action<GulpLocalRunnerSettings>) Method

Summary

Executes gulp from the local installation.
Assembly
Cake.Gulp.dll
Namespace
Cake.Gulp
Containing Type
GulpLocalRunner

Syntax

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

Parameters

Name Type Description
configure Action<GulpLocalRunnerSettings> The action to configure the settings.

Return Value

Type Description
void