-
-
Notifications
You must be signed in to change notification settings - Fork 998
Installing using plain CSS
toadkicker edited this page Sep 20, 2014
·
2 revisions
If you don't need to customize the stylesheets using Less, the only gem you need is the twitter-bootstrap-rails
gem:
gem "twitter-bootstrap-rails"
After running bundle install
, run the generator:
rails generate bootstrap:install static
You can also use plain JS as well
rails generate bootstrap:install static --no-coffeescript
This will copy preprocessed and compiled CSS files into the asset pipeline for you, however you will lose the ability to configure Bootstrap to your liking. We do not modify Bootstrap or Fontawesome in any way.