Closed madskristensen closed 10 years ago
This is not an issue. Actually this is default jit-grunt behaviour. jit-grunt is loading tasks only when it's needed, it is loading only tasks that you are trying to execute (literally that's how it saves some time during execution). And that's why you are not able to see them in list of available tasks, but at the same time you can easily execute them.
Thanks for clarifying
When setting
jitGrunt: true
, no tasks except my statically added aliased tasks are shown ingrunt --help
.Here's my grunt file:
Running
grunt --help
result in this output:Whereas running with `jitGrunt: false", I get this: