You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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. Tasks are listed using this command:
Also, that would fix gruntjs/grunt#1303. Now, _intellij_grunt_tasks_fetcher is run even if Gruntfile has syntax errors making it harder for tools to show an actual error.
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. Tasks are listed using this command:It's not convenient to rely on internal Grunt API. Is it possible to add a new cli option that will output tasks with dependencies as json? Thanks.
The text was updated successfully, but these errors were encountered: