我最近通过以下两个步骤在我的 Rails 应用程序中安装了 Twitter Bootstrap:
rails g bootstrap:install
(这包括 Twitter Bootstrap 到我的应用程序的资产管道)
rails g bootstrap:layout application fixed
(这为我生成了一个布局,默认情况application.html.erb
下生成了固定布局)
我是否应该执行以下任何操作或全部操作以从我的应用程序中完全删除 Twitter Bootstrap?
删除它在APP文件夹中添加的所有文件?
javascripts/bootstrap.js.coffee
stylesheets/bootstrap.js.coffee
layout/application.html.erb
(编辑这个文件?)
是否还有其他我错过且必须删除的文件?