GulpGlobalRunner.

Execute(Action<GulpRunnerSettings>) Method

Summary

Executes gulp from the global installation.
Assembly
Cake.Gulp.dll
Namespace
Cake.Gulp
Containing Type
GulpGlobalRunner

Syntax

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

Parameters

Name Type Description
configure Action<GulpRunnerSettings> The action that configures the settings.

Return Value

Type Description
void