Closed newtriks closed 12 years ago
Thanks very much for this example code!
I found if I opted for the twitter bootstrap that on app run I had:
couldn't find file 'bootstrap'
So I added the gem to the Gemfile:
gem 'twitter-bootstrap-rails'
Changed the application.css.scss to:
*= require twitter/bootstrap
And now I am in business :)
Thanks for mentioning the issue. I actually noticed it yesterday and updated rails_apps_composer gem but haven't updated the application template yet.
Thanks very much for this example code!
I found if I opted for the twitter bootstrap that on app run I had:
couldn't find file 'bootstrap'
So I added the gem to the Gemfile:
Changed the application.css.scss to:
And now I am in business :)