srs / gradle-gulp-plugin

Gradle plugin for running Gulp tasks
70 stars 9 forks source link

Add support to buffer output and disable colors #6

Closed nmalaguti closed 9 years ago

nmalaguti commented 9 years ago

Depends on #4.

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

srs commented 9 years ago

Thanks. Will probably push this down to the node plugin itself, but will stay here for now.