Gulp for Beginners
Gulp is a JavaScript-based build tool/task runner. What does that mean?
Say you’re working on a website and you’re writing CSS using Sass and JavaScript using CoffeeScript. You’ll need to convert it to plain CSS and JavaScript so that browsers can understand it. And…