the output is undefined. Instead, you have to do grunt.config('something.some') to get that. I think I understand why this works the way it does (data belongs to a target, not a task), but it also kind of feels like this should work, if for no other reason than that the API is consistent then.
If I do this in a Gruntfile:
the output is
undefined
. Instead, you have to dogrunt.config('something.some')
to get that. I think I understand why this works the way it does (data belongs to a target, not a task), but it also kind of feels like this should work, if for no other reason than that the API is consistent then.