Chapter 5. Creating Advanced Tasks
Until now, we have only explored basic implementations of Gulp plugins to handle the various tasks that we've built in our gulpfile
. In this chapter, you are going to learn how to use plain Node.js modules in our Gulp tasks and explore new ways to create tasks using plugins and node modules together.