GruntLocalRunner.

GruntLocalRunner(IFileSystem, ICakeEnvironment, IProcessRunner, IToolLocator) Constructor

Summary

creates a new grunt local runner
Assembly
Cake.Grunt.dll
Namespace
Cake.Grunt
Containing Type
GruntLocalRunner

Syntax

public GruntLocalRunner(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