所以我的生产项目路径与我的开发项目路径不同。因此我必须在指南针配置中编辑资产路径:
httpFontsPath: '/different/path/styles/fonts'
但是,构建的 css 文件如下所示:
/different/path/styles/fonts/MonoSocialIconsFont-1.10.eot
而不是这个:
/different/path/styles/fonts/3efc3fcc.MonoSocialIconsFont-1.10.eot
如果我省略了指南针配置行,输出是这样的:
/styles/fonts/3efc3fcc.MonoSocialIconsFont-1.10.eot
为什么我在编辑 httpFontsPath 时会丢失哈希?
注意:我的 gruntfile 基于generator-angular 0.7.1