Reputation: 7729
I was wondering if Bower will install the dependencies of the component I'm installing. Lets say I install a component which requires jQuery. Will Bower also install jQuery?
Upvotes: 1
Views: 794
Reputation: 63487
Bower will install the jQuery dependency for you if the component you installed have a bower.json with jQuery defined as a dependency.
Upvotes: 4