main-bower-files
main-bower-files copied to clipboard
Getting all main bower files
It would be nice if this plugin support yarn (package.json) which iterate through dependencies in `package.json` and return an array of files defined in the main property of the packages...
I currently have a problem including the sass from [https://github.com/danlevan/google-material-color](https://github.com/danlevan/google-material-color) The typical filter '**/*.scss' doesn't seem to work and my theory is that this is because the main "file" is...
Has anyone tried to continue using main-bower-files after using bower-away to switch to yarn?
The main property is listed as recommended but not required by the [bower.json spec](https://github.com/bower/spec/blob/master/json.md#main), but if a dependency chooses to not list a main file, all of it's dependencies are...
It might be pointless, but it would be good if there won't be an error if there are no dependencies in the bower.json. Here is an example from my gulpfile....
I had a override in bower.json like this: ``` "bootstrap-sass": { "main": [ "assets/stylesheets/_bootstrap.scss" ] } ``` And then in gulp configuration I am using the filter to ignore that...
We have some dependencies in Bower, some in NPM. For some reason the following isn't working: ``` gulp.task('vendor', function () { // define our filters var jsFilter = gulpFilter(['**/*.js'], {...
base doesn't work, this is clearer anyway IMO.