All Topics

Gulp

A popular JavaScript build tool

Overview

When building a web application, there are a lot of tasks that would be easier if done automatically: minifying code, turning Sass into CSS, and even running tests. Gulp is a technology that allows you write JavaScript helping you automate these tasks and many more.

Related Topics

What you should learn next