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
Overrides the default path to grunt javascript, the current working directory will be prepended to this path
- Assembly
- Cake
.Grunt .dll - Namespace
- Cake
.Grunt - Containing Type
- Grunt
Local Runner Settings
Syntax
public GruntLocalRunnerSettings SetPathToGruntJs(FilePath gruntJs)
Parameters
Name | Type | Description |
---|---|---|
gruntJs | FilePath | path to grunt if different from './node_modules/grunt/lib/grunt.js' |
Return Value
Type | Description |
---|---|
Grunt |