Bower install linked directory in GitHub

55 views Asked by At

This is best described with an example. I'm trying to install the following repository:

https://github.com/bitovi/funcunit/tree/jmvc

The following bower.json works fine:

"funcunit": "git://github.com/bitovi/funcunit.git#jmvc"

However, the repository includes a link to another repository (syn) on a particular commit. When I install the components, it gives me an empty syn directory without the needed components.

Is there any way to have Bower follow links to other repositories like this?

0

There are 0 answers