This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Fix for error: `ActionView::Template::Error ('twitter/bootstrap.less' wasn't found.` | |
# Gems inside of assets aren't required in production, but we need bootstrap in production | |
# So pull the bootstrap gem outside of assets | |
# You also need to remove `app/assets/stylesheets/bootstrap.css.less` if you haven't already. | |
gem 'twitter-bootstrap-rails' | |
group :assets do | |
.. |
NewerOlder