Hi.
I am building gulp build tool for my project and found out one feature that is missing.
We should be able to break the build if an error shows up.
Right now all errors are reported by console.warn function.
Wouldn't it be nice to be able to set a flag throwing errors or supply custom reporter for even better experience.
Let me know what do you think about a feature like that. If it comes with a positive response I'd be happy to implement such a functionality.
fyi. Dirty and temporary solution is to override console.warn with your own function :D