Chapter 2. Getting started with Gulp

This chapter covers

  • An introduction to Gulp
  • The concepts of streams
  • Creating simple tasks to automate tools
  • Creating execution pipelines for multifunctional tasks

You start your new workflow by concentrating on the build system. Although this was the last step in the previous chapter, it serves as the necessary foundation for the upcoming elements of our new workflow. The build system deals with a number of tasks that occur in our day-to-day workflow, like concatenating, minifying, and testing our code. The build tool is initialized by the scaffolding tool and integrates the dependency manager’s components into the project. Figure 2.1 shows the part of the build tool in our tooling workflow again. ...

Get Front-End Tooling with Gulp, Bower, and Yeoman now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.