yui / shifter

New YUI build tool based on Gearjs, so let's shift some gears
http://yui.github.com/shifter/
Other
77 stars 58 forks source link

Errors are not propagated #130

Closed redonkulus closed 10 years ago

redonkulus commented 10 years ago

I believe a previous PR tried to fix this but was rolled back: https://github.com/yui/shifter/commit/66334d6b3cba9f7132a5a067a13ccf845d089c9d#diff-d1234a869b3d648ebfcdce5a76747d71

If there is an error, it should be bubbled up so applications upstream (locator-yui) can grab the error and handle it properly. When shifter runs via locator-yui, errors do not break the build. They are only logged in the console.

caridy commented 10 years ago

solved by #131, it should propagate upstream once we merge that PR.

caridy commented 10 years ago

131 solved this.