Twitter bootstrap 3 引导sass正在输出对字体路径的调用

Twitter bootstrap 3 引导sass正在输出对字体路径的调用,twitter-bootstrap-3,sass,gulp-sass,Twitter Bootstrap 3,Sass,Gulp Sass,当我在节点上使用gulp sass编译以下scs时 @import "_bootstrap-sprockets"; @import "_bootstrap"; 我在输出中得到这个 src: url(font-path("bootstrap/glyphicons-halflings-regular.eot")); 但是,字体路径不在 为什么我的有字体路径?这是sass函数吗?如果是,为什么不调用它?如何获取错误以及如何解决此错误?链轮是Rails独有的功能。只要把它取下来,一切都会好的 //@

当我在节点上使用
gulp sass
编译以下scs时

@import "_bootstrap-sprockets";
@import "_bootstrap";
我在输出中得到这个

src: url(font-path("bootstrap/glyphicons-halflings-regular.eot"));
但是,
字体路径
不在


为什么我的有
字体路径
?这是sass函数吗?如果是,为什么不调用它?如何获取错误以及如何解决此错误?

链轮是Rails独有的功能。只要把它取下来,一切都会好的

//@import "_bootstrap-sprockets";
@import "_bootstrap";
副本:
//@import "_bootstrap-sprockets";
@import "_bootstrap";