-
Notifications
You must be signed in to change notification settings - Fork 10
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
Bower resolution doesn't work #10
Comments
Ah. Previously I added a bodge for
it will get further. So bower wants both versions of the dep available. This project seems like it might be susceptible to a purescript edition of "cabal hell". Just checking, have you worked out a set of resolutions which lets the project work properly -- just using |
I have a partial fix on the |
Just tested - it works! |
@rvl so the downside is, |
when using
it still fails and pulls in bootstrap 3.1.1, see:
and tags/v3.2.0, which is what i'm using on 18.03, contains the PR from above:
|
Bower supports resolutions if two packages
are declared with different versions. bower2nix fails to account for that.
A http://sscce.org/: https://gist.github.com/domenkozar/c1a3dbc9ab86c867aa356ea6218533e0
Note that you have to use
bower2nix
from master:If you remove the last commit, you'll see that it also doesn't work without resolutions
@rvl
The text was updated successfully, but these errors were encountered: