问题出在bootstrap sass中,图标精灵路径是图像之前的所有方式前缀“../”,
'../../images/../images/glyphicons-halflings-white.png'
我希望喜欢这个'../images/../images/glyphicons-halflings-white.png'
咕噜文件配置:
options: {
sassDir: '<%= yeoman.app %>/styles',
cssDir: '.tmp/styles',
imagesDir: 'images',
javascriptsDir: '<%= yeoman.app %>/scripts',
fontsDir: '<%= yeoman.app %>/styles/fonts',
importPath: '<%= yeoman.app %>/components',
relativeAssets: true
},
如何配置 grunt 文件以删除前缀。