我正在为 grunt 的指南针使用以下配置:
compass: {
options: {
sassDir: '<%= yeoman.app %>/styles',
cssDir: '.tmp/styles',
imagesDir: '<%= yeoman.app %>/images',
javascriptsDir: '<%= yeoman.app %>/scripts',
fontsDir: '<%= yeoman.app %>/styles/fonts',
importPath: 'app/components',
relativeAssets: false
},
dist: {},
server: {
options: {
debugInfo: true
}
}
},
我看到 sass 正在编译,因为它显示在 .tmp/styles 文件夹中,但是由于某种原因,当我从 <%= yeoman.app %>/styles 文件中调用 css 文件时,找不到