我有一个带有twitter-bootstrap-rails gem和twitter bootstrap 2的rails项目。现在我需要迁移到twitter bootstrap 3.但我不知道如何做到这一点,因为我像这样更新我的gemfile:< / p>
gem 'twitter-bootstrap-rails', :git => 'git://github.com/seyhunak/twitter-bootstrap-rails.git'
然后
bundle install
一切都很完美,所以我猜没有更新。我如何更新我的宝石并使用twitter bootstrap 3。
提前感谢您的帮助。
答案 0 :(得分:0)
根据documentation您需要切换到 bootstrap3 分支,因此在Gemfile中添加branch
选项。
gem 'twitter-bootstrap-rails', :github => 'seyhunak/twitter-bootstrap-rails', :branch => 'bootstrap3'
答案 1 :(得分:0)
请在此处阅读gem的文档:https://github.com/seyhunak/twitter-bootstrap-rails/tree/bootstrap3
尝试使用描述的过程根据您使用的是较少的还是静态的css来生成资产。