- Replaced the use of
gulp-browserify
with vanillabrowserify
+vinyl-source-stream
(since its the recommended way these days) - Used
bower-resolve
to resolve bower package ids to its full path, which is needed forbrowserify.require()
- Still lacks a clean way to get all package ids from
bower.json
git clone https://github.com/sogko/externalise-bower
cd externalise-bower
npm install && bower install
gulp
Hope this helps