May 7th 2014Tutorial: 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.