-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support package.json #168
Comments
the bowerDirectory should be |
@ck86 I have defined a scope
|
@ck86 I've created a fork that supports |
Hey aimad, Your fork is a good idea, but the README is mostly wrong, there is a lot of error like ifyou don't override the configuration on the contrary of main-bower-files which was really working with just a filter as parameter. This is the only configuration which was working for me
|
I've just migrating from bower/npm to yarn on a project if you want to take a look : https://github.com/neard/neard.github.io |
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 packagespackage.json
, and the base directory will benode_modules/@bower_components
.I tried as following :
but it didn't work.
This solution worked for me :
But I shouldn't rely on the
bower.json
file, since I'm moving from bower to yarn.The text was updated successfully, but these errors were encountered: