maxov / gulp-grunt

Run grunt tasks from gulp
MIT License
167 stars 22 forks source link

If the grunt task exits with a non zero exit code, the gulp task should also fail. #17

Open solarnz opened 9 years ago

solarnz commented 9 years ago

Currently, it doesn't seem like you're checking the exit code for the grunt child process. This is resulting in gulp succeeding when the a grunt task has actually failed.