Skip to main content

A JavaScript task runner for automating processes.

# To run the default task process:
grunt

# To run one or more specific space-separated task(s):
grunt <task_name>

# To specify an alternative configuration file:
grunt --gruntfile <path/to/file>

# To specify an alternative base path for relative files:
grunt --base <path/to/directory>

# To specify an additional directory to scan for tasks in:
grunt --tasks <path/to/directory>

# To perform a dry-run without writing any files:
grunt --no-write

# To list all available options:
grunt --help