GruntLocalRunnerSettings Class

Summary

Class GruntLocalRunnerSettings.
Namespace
Cake.Grunt
Base Types
graph BT Type-->Base0["GruntRunnerSettings"] click Base0 "/Cake.Grunt/api/Cake.Grunt/GruntRunnerSettings" Base0-->Base1["ToolSettings"] Type["GruntLocalRunnerSettings"] class Type type-node

Syntax

public class GruntLocalRunnerSettings : GruntRunnerSettings

Properties

Name Value Summary
Arguments string
Argument string to pass to grunt
Inherited from GruntRunnerSettings
GruntFile FilePath
The gruntfile to run
Inherited from GruntRunnerSettings
PathToGruntJs FilePath
Path to node modules

Methods

Name Value Summary
EvaluateCore(ProcessArgumentBuilder) void
evaluate options
Inherited from GruntRunnerSettings
SetPathToGruntJs(FilePath) GruntLocalRunnerSettings
Overrides the default path to grunt javascript, the current working directory will be prepended to this path
WithArguments(string) GruntRunnerSettings
The argument string to pass to grunt
Inherited from GruntRunnerSettings
WithGruntFile(FilePath) GruntRunnerSettings
The gruntfile to use
Inherited from GruntRunnerSettings

See Also