Let's look at the basics of setting up Gulp and Browserify. Creating a Gulp task from scratch, we'll cover how to utilise the Browserify API to generate a single bundle.js
file, catch and log any errors that occur in the compilation process, transform the stream into a format that can be consumed by gulp.dest
and finish by writing the bundle to a dist
directory.