GruntLocalRunnerSettings.

SetPathToGruntJs(FilePath) Method

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
GruntLocalRunnerSettings

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
GruntLocalRunnerSettings