【发布时间】:2016-07-21 11:09:53
【问题描述】:
所以这是我在尝试运行 rails 服务器时在浏览器中遇到的错误:
[couldn't find file 'bootstrap' with type 'text/css']
我的 gemfile 中有这个:
gem 'bootstrap-sass', '~> 3.3.5.1'
这是我的 application.css.scss 文件:
*= require bootstrap
*= require_tree .
*= require_self
*/
@import "bootstrap";
有谁知道如何启动并运行它?
【问题讨论】:
标签: ruby-on-rails twitter-bootstrap error-handling