
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 machineexplain this command
-
grunt:tldr:5c136 grunt: Specify an alternative configuration file.$ grunt --gruntfile ${filename}try on your machineexplain this command
-
grunt:tldr:6da69 grunt: Perform a dry-run without writing any files.$ grunt --no-writetry on your machineexplain this command
-
grunt:tldr:7b1ea grunt: List all available options.$ grunt --helptry on your machineexplain this command
-
grunt:tldr:a57cb grunt: Specify an alternative base path for relative files.$ grunt --base ${path-to-directory}try on your machineexplain this command
-
grunt:tldr:ab950 grunt: Run the default task process.$ grunttry on your machineexplain this command
-
grunt:tldr:dcd74 grunt: Run one or more specific space-separated task(s).$ grunt ${task_name}try on your machineexplain this command