Skip to content
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

How would I go about specifying a bower library version. #20

Open
deankinns opened this issue Feb 9, 2016 · 1 comment
Open

How would I go about specifying a bower library version. #20

deankinns opened this issue Feb 9, 2016 · 1 comment

Comments

@deankinns
Copy link

I am using this for managing my bower includes for my project but my libraries require different versions of jquery. I want to force the version to be 1.11.1 using the resolutions section of the bower file but as it is generated by this plugin anything I put in there would be overridden.

At the moment I have to do a composer install wait for the bower section to fail then run bower install to resolve the conflict and then composer update again.

@nsams
Copy link
Member

nsams commented Feb 9, 2016

In theory you should have something like jquery ^1.11 in the library and jquery 1.11.1 in the root package. If it is a third party library that advice won't help...

You should be able to modify the generated root bower.json since 40ce9a85b1c3dc0000d8d2ed7da16017c32135e9is, the plugin overrides the dependencies only and leaves everyting else intact.

If you can give me a way to reproduce the issue I can have a detailed look...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants