m19c / gulp-run

Pipe to shell commands in gulp
ISC License
151 stars 25 forks source link

Fixed #25: Added verbosity level 3 for live subprocess output. #27

Closed leipert closed 9 years ago

leipert commented 9 years ago

In a project we start different non-terminating processes during development with gulp run, like a node webserver for development or a spring rest api.

Also live output for long taking processes like npm install or mvn install or bower install is somewhat appreciated.

cbarrick commented 9 years ago

Merged in 11adbb73ed07edbb0e25acbf7846db2de74c0f3b

Thank you so much for this.

leipert commented 9 years ago

Thank you very much for merging.