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.
491 stars 51 forks source link

Search upwards for bower.json-containing folder? #24

Open ashaffer opened 10 years ago

ashaffer commented 10 years ago

In projects composed of many small modules, each containing their own unit tests, but with a global set of dependencies in ancestor folder this would be really useful, and it's trivial to implement using https://github.com/cowboy/node-findup-sync

I can write a PR for it if there's any interest.

niksy commented 9 years ago

+1, this would be nice option.