ck86 / gulp-bower-files

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

version 0.2.0 does not load package's bower.json #26

Closed syamanaka closed 10 years ago

syamanaka commented 10 years ago

After upgrading to 0.2.0 this plugin no longer streams the main files. I tracked the problem to Package.collectData. The this.path used by require(curr) points to the wrong directory. I worked around the problem by resolving the paths to absolute paths.

FrankFang commented 10 years ago

+1 I turn to use a ~0.1.11 version for now.