DEV Community

Discussion on: Explain Sass Like I'm Five

Collapse
 
themafro profile image
Matthew Francis

Thanks! It's the automation process with Gulp that had me confused the most before.

Collapse
 
dmfay profile image
Dian Fay

I've built some fairly complex workflows with Grunt and Gulp in the past but at this point I think the only compelling reason to go back would be if you absolutely have to build on Windows as well as *nix. Otherwise they don't bring anything you don't already have with scripts in package.json and maybe a directory of Bash scripts to keep it manageable.