Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Input NameInput CodeRequiredDescription
Node Executable PathFDGRUNT_INP_NODE_EXE_PATHNoAn absolute path to a Node executable(grunt and grunt-cli package must be installed). If not provided node must be on PATH.
Working DirectoryFDGRUNT_INP_WORKING_DIRECTORYNo

The working directory where the Grunt commands will be executed. This path can be relative or absolute. If relative the path will be relative to the temp directory. If not provided directory containing package.json will be used.

Grunt FileFDGRUNT_INP_GRUNT_FILENoA Absolute or relative path to Grunt file. The Relative path will be relative to considered inside working directory. If not provided this value will be defaulted to gruntfile.js.
TasksFDGRUNT_INP_TASKSNoComma separated list of grunt tasks to run. If not provided the default task will run. You can specify targets with Task:Target.
Additional ParametersFDGRUNT_INP_ADDITIONAL_PARAMETERSNo

Additional arguments to pass to Grunt. For example, --force, --verbose, or --stack. The Grunt file parameter (--gruntfile) is not required as it is handled with Grunt File input. This input will be appended to the grunt command as it is entered.

Artifacts to SaveFDGRUNT_INP_ARTIFACTS_TO_SAVENo

A relative path to a directory to save as an artifact. This path will be relative to the working directory. If not provided no artifacts will be saved. Use '.' notation to save the entire working directory.

...