I have hte following mash.chirp.config file
<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>
When I save this Chirpy generates 2 files, podPlayers.js
and podPlayers.min.js
. However it does NOT create `podPlayers.debug.js".
Any idea why? This is with Chirpy 2.0.0.4