Closed vojtajina closed 11 years ago
Just an idea.
If I don't specify cmd, then it should be considered as a grunt task (without specifying grunt: true).
cmd
grunt: true
Currently without specifying cmd, you get Cannot call method 'charAt' of undefined.
Cannot call method 'charAt' of undefined
I dig it.
Done.
I think this needs some explanaition in README as it's super-useful (and if(cmd) is great implementation :+1: )
if(cmd)
Just an idea.
If I don't specify
cmd
, then it should be considered as a grunt task (without specifyinggrunt: true
).Currently without specifying
cmd
, you getCannot call method 'charAt' of undefined
.