JamesMGreene / jWalker

A well-tested cross-browser JavaScript implementation of the TreeWalker class defined in the W3C specification for DOM Traversal (DOM Level 2).
http://jamesmgreene.github.com/jWalker/
MIT License
2 stars 1 forks source link

Add support for Bower #15

Open JamesMGreene opened 11 years ago

JamesMGreene commented 11 years ago

Add support for Bower: http://twitter.github.com/bower/

JamesMGreene commented 11 years ago

Because both Component.js and Bower both utilize a config file called "component.json" but expect different contents, this enhancement cannot be achieved until twitter/bower#39 is fixed (expected in Bower 1.0). Until that point, I would prefer to hook into @component (#14) more than bower if I had to make the decision.