Open mcblum opened 8 years ago
All this plugin do is looking for files. This function works well as you said. Your issue relates to gulp-add-src
or gulp itself, not this module.
Are you sure your gulpfile.js and node_modules are placed in the same directory? Also you better split js and css task, caz they have nothing common except main-bower-files, but you may call it twice and use css and js filter option in it.
We have some dependencies in Bower, some in NPM. For some reason the following isn't working:
It's finding all of the main Bower files but none of my manual includes. Any idea why that would be?
Thanks for your hard work on this library!