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
Initializes a new instance of the
GulpGlobalRunner
class.
- Assembly
- Cake
.Gulp .dll - Namespace
- Cake
.Gulp - Containing Type
- GulpGlobalRunner
Syntax
public GulpGlobalRunner(IFileSystem fileSystem, ICakeEnvironment environment, IProcessRunner processRunner, IToolLocator tools)
Parameters
Name | Type | Description |
---|---|---|
fileSystem | IFileSystem | the file system. |
environment | ICakeEnvironment | The cake environment. |
processRunner | IProcessRunner | The cake process runner. |
tools | IToolLocator | The tools locator. |
Return Value
Type | Description |
---|---|
void |