Bootstrap-sass正在输出对font-path的调用

时间:2015-12-09 01:05:22

标签: twitter-bootstrap-3 sass gulp-sass

当我在节点上使用gulp-sass编译以下scss

@import "_bootstrap-sprockets";
@import "_bootstrap";

我在输出中得到了这个

src: url(font-path("bootstrap/glyphicons-halflings-regular.eot"));

但是,font-path

}不在precompiled boostrap

src: url('../fonts/glyphicons-halflings-regular.eot');

为什么我的font-path?这是一个sass函数,如果是这样,为什么不调用它,如何得到错误以及如何解决此错误?

1 个答案:

答案 0 :(得分:0)

链接是Rails独有的东西。只需删除它,一切都应该工作..

//@import "_bootstrap-sprockets";
@import "_bootstrap";