Marc Gayle

Results 8 comments of Marc Gayle

The only thing that seems to work, is in `bootstrap_and_overrides.css.scss`, I just set the path of the sprites to blank, like so: ``` scss $iconSpritePath: ''; $iconWhiteSpritePath: ''; @import 'bootstrap';...

Why shouldn't I use `=require _font-awesome` in `application.css`? It works perfectly, for me, right now. This way seems like a lot more work and more complicated than it needs to...

Yep....same thing happens. It seems to be something with the objects returned.

Just wanted to check on the status of this guys? Looking for an easy way to integrate v5 into my Rails project and I stumbled across this open issue. Any...

Hrmm....great idea. I actually did something similar, but I just put the `font-awesome-all.css` file in my `vendor/assets/stylesheets` and added it to my `application.css`. Then I copied the `webfonts` folder into...

I started getting this error message recently in development, and I am not using heroku-deflator. What could be causing that? Edit: I am using thin and the latest version of...

@papriwalprateek Try this: ``` Serel::Question.filter(:withbody).find(id) ``` I also added this answer to your SO question.