This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Gulp.
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
- Gulp
Local Runner Settings
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 |
---|---|
Gulp |
The GulpLocalRunnerSettings for fluent re-use. |