3

我有一个问题grunt-usemingrunt-rev

首先是设置问题环境的简单工作流程:

  1. 使用生成器创建 Web 应用程序yo webapp(与生成器角度相同)。
  2. 咕噜咕噜地跑。
  3. Grunt 成功完成构建。

好的,此时让我们导航到“dist/scripts”。main.js这里是(例如)文件的修订版本(01d39df5.main.js由于使用了 grunt-rev,这是正确的)。与main.css文件相同 - 在 'dist/styles' 目录中仅找到修订版本。

但问题是index.html包含对未修订文件的引用main.jsmain.css. 据我了解,grunt-usemin作品或配置错误。

有人可以指点我的正确用法grunt-revin addition withgrunt-usemin吗?

4

1 回答 1

0

Windows grunt.file.expand 模式搜索错误在 grunt-usemin v0.1.11 中修复。我刚刚在 Windows 上进行了测试,yo webapp现在包含对 css 和 js 文件的修订名称的引用。grunt --forcedist\index.html

于 2013-05-08T18:54:06.107 回答