I have deployed the rails application on Heroku and I am using gitter for twitter-bootstrap-rails to enable twitter bootstrap. Everything works fine in place (and in the development environment), but on Heroku (and in production) everything works fine, except for glyphics, which all appear as small squares.
At first I thought the problem was that the sprites were not precompiled, so in my gemfile I moved the line โgem twitter-bootstrap-railsโ from the asset group and I was sure to recompile all of mine before loading into Heroku
However, this did not solve the problem. After checking the page, the icons appear to be available, but the CSS property that refers to them is overwritten by another CSS rule that sets the background image to none. This seems to be happening in the stylesheet, which is part of twitter bootstrap, so I'm not quite sure why this is happening.
Has anyone else had this problem?
source share