Skip to content

sogko/externalise-bower

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gulp Browserify External Vendor Bundles

fork notes

  • Replaced the use of gulp-browserify with vanilla browserify + 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 for browserify.require()
  • Still lacks a clean way to get all package ids from bower.json

install

git clone https://github.com/sogko/externalise-bower
cd externalise-bower

npm install && bower install

run

gulp

Hope this helps

About

Externalise Bower Components into separate bundle

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%