-
Notifications
You must be signed in to change notification settings - Fork 128
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
Adding bowerify gem to fix the issue with relative assets paths in bower components #85
base: master
Are you sure you want to change the base?
Conversation
Have you tested it with If yes, do we need resolving stuff anymore, like rake tasks, resolving before precompilation and so on? |
Hey Sergey, I didn't test it much with as for your resolving tasks, i believe you won't need them anymore, assets precompilation works perfectly with |
Okay, thanks! So we have to test it first before merge. I'll try to do it asap |
no worries, let me know how did it go. btw, you might wanna create a simple demo project for the gem, so people could test their changes over it properly. |
Fix "undefined method 'perform' for main:Object" caused by merging #85.
bde82ea
to
8b05c20
Compare
4d3e4fc
to
b33efd8
Compare
What's the status of this pull request? |
I've tried to go on working on it but met an issue ninefold/bowerify#2. Actually, I prefer to implement our own (or extract some logic out of bowerify if it is possible) to close this issue. But now I have lack of time to achieve it. So, if anyone can help with that — welcome! |
hey guys, there is a little gem called
bowerify
that fixes the relative assets path when you use bower components in rails assets pipeline.