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.
A Community Resource means that it’s free to access for all. The instructor of this lesson requested it to be open to the public.