I\'m using Twitter\'s Bootstrap translated to SCSS files. It works in local-development, but when I precompile and push to Heroku (using Cedar stack), I get this:
Are you using a gem? Make sure your gem is not part of the assets group and is accessible in production.
# Gems used only for assets and not in production environments by default.
So just move the gem outside of any group and you should be okay.