ck86 / gulp-bower-files

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

Exclusions? #1

Closed tyson closed 10 years ago

tyson commented 10 years ago

This is great, thanks for putting it together.

I was wondering though, Is there a way to exclude certain components? For example, Bourbon (http://bourbon.io/) doesn't have any .js files as it's just for sass, so using the override won't work (I tried setting the main value to an empty string but it didn't like that either).

ck86 commented 10 years ago

Thanks for your great feedback. I never used a bower component like this, so there isn't any way to do this yet.

What do you think about to add an option for the overrides section? I would prefer ignore: true.

tyson commented 10 years ago

That would be great!

taai commented 10 years ago

Please, add this to documentation! This plugin is very useful. Thank you! :smiley: