我刚刚用指南针生成了一个精灵,但由于某种原因,它在生成的类 url 中添加了一个前导斜杠。是否可以覆盖它或者我的 config.rb 有什么问题?
谢谢你的帮助。
乔
配置.rb >
http_path = "/"
css_dir = "/"
sass_dir = "/"
images_dir = "img"
javascripts_dir = "js"
萨斯>
@import "spr/*.png";
@include all-spr-sprites;
生成的 CSS >
.spr-sprite, .spr-female, .spr-male {
background: url('/img/spr-s88dfc99cac.png') no-repeat;
}