我已经通过捆绑包为Rails安装了Bootstrap gem,将 /app/assets/stylesheets/application.css 中的文件更改为 .scss 扩展名,已删除{{1} },*= require_self
并添加了这个:
*= require_tree
但是当我重新启动Web服务器时出现了这个错误:
@import "bootstrap-sprockets";
@import "bootstrap";
@font-face{
font-family:'Glyphicons Halflings';
src: image-url("bootstrap/glyphicons-halflings-regular.eot");
src: image-url("bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"),
image-url("bootstrap/glyphicons-halflings-regular.woff") format("woff"),
image-url("bootstrap/glyphicons-halflings-regular.ttf") format("truetype"),
image-url("bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg")
}
以及这部分代码:
URI must be ascii only "bootstrap/glyphicons-halflings-regular.eot?\u{202a}#\u{200e}iefix\u{202c}"