当我在节点上使用gulp-sass
编译以下scss
@import "_bootstrap-sprockets";
@import "_bootstrap";
我在输出中得到了这个
src: url(font-path("bootstrap/glyphicons-halflings-regular.eot"));
但是,font-path
src: url('../fonts/glyphicons-halflings-regular.eot');
为什么我的font-path
?这是一个sass函数,如果是这样,为什么不调用它,如何得到错误以及如何解决此错误?
答案 0 :(得分:0)
链接是Rails独有的东西。只需删除它,一切都应该工作..
//@import "_bootstrap-sprockets";
@import "_bootstrap";