ck86 / gulp-bower-files

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

Files not found are silently ignored #35

Closed stephane closed 10 years ago

stephane commented 10 years ago

Why the files not found are silently ignored (not existing file in main list)?

ck86 commented 10 years ago

Which files?

stephane commented 10 years ago

If a main key in bower.json file contains a non existing file, no errors are raised when the task runs. For example with:

"overrides": {
    "jquery": {
      "main": ["dist/foobar-doesnt-exist.min.js"]
    },