-
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
use of main-bower-files after using bower-away #167
Comments
I don't use bower since ages anymore, because of webpack / code splitting / yarn / es6 modules / etc. ;) |
@ck86 we're trying to shift away from bower, but bower-away doesn't take into account the way gulp uses main-bower-files. We've rolled our own hard coded solution, but wondered if there was some existing gulp related package that could pick out the set of bower_components that bower_away moves to package.json ...? |
more details in sheerun/bower-away#13 |
If I understand you correctly, you could try to override the |
Has anyone tried to continue using main-bower-files after using bower-away to switch to yarn?
The text was updated successfully, but these errors were encountered: