Max Schmitt

May 7 2014

Tutorial: Gulp and Browserify without the gulp-browserify plugin

In my tutorial series, I made a video on how to use gulp and Browserify using the gulp-browserify plugin.

However, this is not the recommended approach, because the browserify module itself already works with streams and can easily be integrated into a gulpfile without needing the overhead of an extra plugin.

Video tutorial: Gulp and Browserify without gulp-browserify

Tools / modules used in the video

The essential bits:

Using gulp-uglify with Browserify: