ck86 / gulp-bower-files

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

Files from devDependencies are not being moved #25

Closed ivandotv closed 10 years ago

ivandotv commented 10 years ago

Is it possible to move devDependencies ?

ck86 commented 10 years ago

Move to?

ivandotv commented 10 years ago

I mean in the bower file I have devDependencies, when I invoke the plugin, it only moves dependencies. It doesn't moves files declared in devDependencies

ck86 commented 10 years ago

You can add the option includeDev: true, e.g.:

bowerFiles({ includeDev: true }).pipe(...)
ivandotv commented 10 years ago

Thanks, you should document that option.

ck86 commented 10 years ago

I will update the documentation in 0.2.x branch