This chapter covers
JavaScript build tools usually provide just a core of basic functionality and API. The rest is handled by using a broad variety of plugins that use the existing functionality of other tools and wrap them to be compatible with the build software.
Gulp is no exception, as you’ve seen in the various examples in the previous chapters: the CSS preprocessor LESS has a Gulp relative called gulp-less, and the JavaScript minification tool Uglify is wrapped by gulp-uglify. For the creators of Gulp, having such ...
No credit card required