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.Grunt.
Summary
creates a new grunt runner
- Assembly
- Cake
.Grunt .dll - Namespace
- Cake
.Grunt - Containing Type
- GruntRunner
<TSettings>
Syntax
protected GruntRunner(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 |