Closed benfrain closed 5 years ago
That's quite a good feature request. It's fine to implement for regular tasks, but rather hard for the watch task. As the watch task does not exit grunt when it fails, I cannot read its exit code.
Only thing I do is search the output for a certain string, but even that is difficult: if compass fails, grunt still says "Done, without errors".
Repository was moved to https://github.com/sptndc/sublime-grunt Please re-file any issues that still exist.
As I use Grunt with grunt-contrib-watch it would be handy if any problems with watch (undefined variables in Sass for example) that stop it being able to run popped up in the Sublime Text console.
At present it runs and then when I close the console and introduce an error (as I'm prone to do ;) ) I get no notification that the watch task has aborted.