ck86 / gulp-bower-files

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

Support for bowerJavascripts and bowerStylesheets #19

Closed sheerun closed 10 years ago

sheerun commented 10 years ago

Your plugin tries to compile main css to my javascript ;)

ck86 commented 10 years ago

My plugin does nothing with your files, it just selects them. What you do with them is up to you. ;-)

You have two options if you want to compile the javascript files:

  1. You can override the main property for the bower components, so that there are no css files included.
  2. You can use gulp-filter