我有以下 mash.chirp.config 文件
<root>
<FileGroup Name="podPlayers.debug.js">
<File Path="core.js" Minify="false" />
<File Path="contentArea.js" Minify="false" />
<File Path="searchbar.js" Minify="false" />
</FileGroup>
<FileGroup Name="podPlayers.min.js">
<File Path="core.js" Minify="true" />
<File Path="contentArea.js" Minify="true" />
<File Path="searchbar.js" Minify="true" />
</FileGroup>
</root>
当我保存这个 Chirpy 时会生成 2 个文件,podPlayers.js
并且podPlayers.min.js
. 但是它不会创建“podPlayers.debug.js”。
知道为什么吗?这是 Chirpy 2.0.0.4