Forrest logo
back to context overview

grunt

List of commands for grunt:

  • grunt:tldr:00488 grunt: Specify an additional directory to scan for tasks in.
    $ grunt --tasks ${path-to-directory}
    try on your machine
    explain this command
  • grunt:tldr:5c136 grunt: Specify an alternative configuration file.
    $ grunt --gruntfile ${filename}
    try on your machine
    explain this command
  • grunt:tldr:6da69 grunt: Perform a dry-run without writing any files.
    $ grunt --no-write
    try on your machine
    explain this command
  • grunt:tldr:7b1ea grunt: List all available options.
    $ grunt --help
    try on your machine
    explain this command
  • grunt:tldr:a57cb grunt: Specify an alternative base path for relative files.
    $ grunt --base ${path-to-directory}
    try on your machine
    explain this command
  • grunt:tldr:ab950 grunt: Run the default task process.
    $ grunt
    try on your machine
    explain this command
  • grunt:tldr:dcd74 grunt: Run one or more specific space-separated task(s).
    $ grunt ${task_name}
    try on your machine
    explain this command
back to context overview