m19c / gulp-run

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

Add support for 'exit' callback on sh #36

Closed nfantone closed 8 years ago

nfantone commented 9 years ago

Make gulp completion callback be called on child process' 'exit' event, rather than 'close'.

This addresses https://github.com/cbarrick/gulp-run/issues/35.

Tests are failing, but they were failing on master before.

nfantone commented 8 years ago

@cbarrick So... no?