v0.4.1 view commit logs
- Check for all Gruntfiles spelling variants by using glob (reported by juriejan)
v0.4.0 view commit logs
- Stop buffering the subprocesses output (by kevinconaway)
- Remove dependencies to lpad and colors (output won’t be as nice anymore, but faster)
v0.3.0 view commit logs
- Add
passGruntFlags
option to control whether grunt option flags are passed to the subgrunt tasks (by kingbin)
v0.2.4 view commit logs
- Add
limit
option to limit the number of child processes created (by blaiprat)
v0.2.3 view commit logs
- Add support for Gruntfile.coffee (by @logankoester)
v0.2.2 view commit logs
- Add
npmClean
option to remove development dependencies after running the grunt tasks (requires npm >= 1.3.10)
v0.2.1 view commit logs
- Propagate grunt option flags to the sub-projects
v0.2.0 view commit logs
- BREAKING: Rename
target.modules
totarget.projects
- Improve errors output
v0.1.1 view commit logs
- Improve overall output
v0.1.0 view commit logs
- Allow specifying an array to run multiple tasks
- Add grunt task to lint JavaScript files
- Initial release