grunt-cli
grunt-cli copied to clipboard
Grunt's command line interface.
Loading "Gruntfile.js" tasks...ERROR >> ReferenceError: grunt is not defined
``` ❯ grunt init grunt-cli: The grunt command line interface. (v0.1.13) Fatal error: Unable to find local grunt. If you're seeing this message, either a Gruntfile wasn't found or grunt...
When this fix https://github.com/gruntjs/grunt-cli/commit/db61cee4f153b2cfdd90b1034e3ef22b073db433 was merged for back in the days for v0.1.12, things worked nice and clear. --base specified the base dir --gruntfile specified the gruntfile, and if no...
In order to list all available tasks with their dependencies, a custom task should be defined and registered via `--tasks` option. For instance, now WebStorm uses this [code](https://gist.github.com/segrey/6f94e188dab4605c5c10). Tasks are...
Please remove shebang. Without this, rpm-automatic-requirements-detector adds `zsh` as requirement for that module. these files also should not be executable in order completion to work. Exactly the same for `bash`...
Hey, Love this tool. It's really awesome and I appreciate the auto complete script you threw in for it. The only trouble is, I recently rewrote a build system from...
With the task `app:deploy` if you type `grunt app:de` tab will complete it as `grunt app:app:deploy`.
grunt-cli could play nicer with other CLI programs, e.g. being piped to `less`, if it automatically used `--no-color` when no TTY is detected.
Hi, I'm trying to upgrade [email protected] to a higher version of the library and I'm facing some troubles with grunt recognising the flag _report-directory_. To debug this issue I've used...
@JaysonHurst - can you trigger a release so consumers can pick up these changes. Don't want to use 'latest'