Earlier quoted context omitted.
until the new shiny thing comes and replaces that. I still don't understand what's wrong with grunt (or whats better with gulp).
I have large project built with Grunt and at one point I have tried to move it to Gulp. Gulp, as far as I can tell, requires much less code to do the same stuff. However, two things forced me to stick with Grunt. 1) The build scripts were working just fine. Why fix something it ain't broken? :) 2) When Sass or Coffee fails, gulp watch fails entirely. It's something I wasn't able to solve. Grunt will just pick up from…
I presume, something similar will work for sass too.