grunt-subgrunt-io
Version:
Run sub-projects' grunt tasks.
30 lines (16 loc) • 1.04 kB
Markdown
### v0.2.3 [view commit logs](https://github.com/tusbar/grunt-subgrunt/compare/v0.2.2...v0.2.3)
* Add support for Gruntfile.coffee (by @logankoester)
### v0.2.2 [view commit logs](https://github.com/tusbar/grunt-subgrunt/compare/v0.2.1...v0.2.2)
* Add `npmClean` option to remove development dependencies after running the grunt tasks (requires npm >= 1.3.10)
### v0.2.1 [view commit logs](https://github.com/tusbar/grunt-subgrunt/compare/v0.2.0...v0.2.1)
* Propagate grunt option flags to the sub-projects
### v0.2.0 [view commit logs](https://github.com/tusbar/grunt-subgrunt/compare/v0.1.1...v0.2.0)
* **BREAKING:** Rename `target.modules` to `target.projects`
* Improve errors output
### v0.1.1 [view commit logs](https://github.com/tusbar/grunt-subgrunt/compare/v0.1.0...v0.1.1)
* Improve overall output
### v0.1.0 [view commit logs](https://github.com/tusbar/grunt-subgrunt/compare/v0.0.1...v0.1.0)
* Allow specifying an array to run multiple tasks
* Add grunt task to lint JavaScript files
### v0.0.1
* Initial release