srs / gradle-grunt-plugin

Gradle plugin for running Grunt tasks
106 stars 16 forks source link

Add support to buffer output and disable colors #25

Closed nmalaguti closed 9 years ago

nmalaguti commented 9 years ago

Depends on #23.

Will buffer output from the underlying grunt process. This is useful when building multiple grunt projects with --parallel so you don't need to try to figure out the interleaved output.

srs commented 9 years ago

Thanks. This could probably be done in the dependent node plugin, but will pull it here first and refactor at a later release.