voceconnect / grunt-composer

A grunt wrapper for composer
17 stars 5 forks source link

Should return exit status if 'composer install' fails... #6

Closed seanosh closed 10 years ago

seanosh commented 10 years ago

When running a 'grunt build' command that includes composer steps, if there is a failure with the composer.json or the ability to install any of the packages it specifies - the build process continues on without halting/failing for the error.

The expectation is that if the composer command fails and returns a non-zero exit status, the grunt build process should fail with that message/status as well...

LeoColomb commented 10 years ago

Fixed by #7