我正在尝试升级我的宝石以安装Bootstrap 3.0.
所以我放入了我的宝石
gem 'anjlab-bootstrap-rails', :require => 'bootstrap-rails',
git: "https://github.com/anjlab/bootstrap-rails.git"
在我的application.scss
,@import "twitter/bootstrap;" works fine but when I add
导入“twitter / bootstrap-responsive”;“我明白了
File to import not found or unreadable: twitter/bootstrap-responsive.
有人可以帮忙吗?