ck86 / gulp-bower-files

Build gulp.src() of your bower packages main files.
80 stars 13 forks source link

skips dependencies that are not listed in bower.json #38

Closed ybouhjira closed 10 years ago

ybouhjira commented 10 years ago

I have angular-google-maps in my bower.json. This library depends on underscore which is also located in bower_components directory, but it's not found by gulp-bower-files

ck86 commented 10 years ago

Which version do you have installed?

ybouhjira commented 10 years ago

0.2.2

ck86 commented 10 years ago

I have installed angular-google-maps in a new clean project. It does not depend on underscore, but on angular and lodash and both was found by this plugin.

ybouhjira commented 10 years ago

I am using angular-google-maps 1.0.18 (old version, that I shall update) which depens on underscore I tried a clean project and everything worked nicely. here is the project which has the problem : https://github.com/ybouhjira/gps-tracking

ck86 commented 10 years ago

I have added an pull request to your project which solves the problem.