GulpLocalRunnerSettings.

SetPathToGulpJs(FilePath) Method

Summary

Overrides the default path to gulp javascript, the current working directory will be prepended to this path.
Assembly
Cake.Gulp.dll
Namespace
Cake.Gulp
Containing Type
GulpLocalRunnerSettings

Syntax

public GulpLocalRunnerSettings SetPathToGulpJs(FilePath gulpJs)

Parameters

Name Type Description
gulpJs FilePath path to gulp if different from './node_modules/gulp/bin/gulp.js'.

Return Value

Type Description
GulpLocalRunnerSettings The GulpLocalRunnerSettings for fluent re-use.