I recently installed Twitter Bootstrap in my Rails application with the following two steps:
rails g bootstrap:install
(this included Twitter Bootstrap in my application container)
rails g bootstrap:layout application fixed
(this created a layout for me, the default is application.html.erb
and a fixed layout was created)
Do I have to do any of the following or all of this to completely remove Twitter Bootstrap from my application?
source share