mor
mor

Reputation: 123

How to merge bower dependencies

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

Answers (1)

R_C_
R_C_

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

Related Questions