Talking to people here at DrupalCon LA, I feel like everyone has (or is) moving to gulp + libsass. Mostly due to performance issues with Grunt and ruby sass. I did a quick setup and it's just amazing how fast gulp and libsass work, even with browser-sync. I've got a a decent gulpfile ready, so let's see if we can move to gulp + libsass. In all my personal project, I've been using Gulp as well.
Advantages:
speed
again, speed. It's soooo much faster
not depending on this huge ruby stack and leaving bundler and rvm behind
pretty much any task we currently use is available for gulp as well
Talking to people here at DrupalCon LA, I feel like everyone has (or is) moving to gulp + libsass. Mostly due to performance issues with Grunt and ruby sass. I did a quick setup and it's just amazing how fast gulp and libsass work, even with browser-sync. I've got a a decent gulpfile ready, so let's see if we can move to gulp + libsass. In all my personal project, I've been using Gulp as well.
Advantages:
Disadvantages: