iammerrick / grunt-parallel

Speed up your build by running commands and tasks in parallel!
MIT License
170 stars 24 forks source link

Make grunt the default #15

Closed vojtajina closed 11 years ago

vojtajina commented 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).

Currently without specifying cmd, you get Cannot call method 'charAt' of undefined.

iammerrick commented 11 years ago

I dig it.

iammerrick commented 11 years ago

Done.

neojski commented 11 years ago

I think this needs some explanaition in README as it's super-useful (and if(cmd) is great implementation :+1: )