eugeneware / debowerify

A browserify transform to enable the easy use of bower components in browserify client javascript projects. This can be used in conjunction with deamdify to require AMD components from bower as well.
493 stars 51 forks source link

Bundle only vendor libs #42

Open tammosito opened 9 years ago

tammosito commented 9 years ago

Hey Guys,

is there a way to "debowerify" all vendor libs from my bower_component folder and create a bundle of it via grunt?

cvrajeesh commented 9 years ago

I am also facing the same issue, any help?