Reputation: 123
I have two js subprojects. Each of them have bower dependencies in bower.js. I want to get merged bower dependencies which will suite for both subprojects, how to do that?
Upvotes: 0
Views: 245
Reputation: 26
I know I'm late to the party but I made a node script that will do that for you, just add the bowerfiles in the directory and run npm start.
It's a young project, but may give anyone who reads this a head start.
https://github.com/roscorcoran/merge-bower
Upvotes: 1