I have a filegroup configured with Chirpy:
<FileGroup Name="1.min.js" Minify="False">
<File Path="test/temp1.js" />
<File Path="test/temp2.js" />
</FileGroup>
Now I set my master page to download this script 1.min.js
. So far so good but the problem is when I edit some of the script in temp1.js
, I have to come in this mash.chirp.config and save this file too for 1.min.js to take updated changes from temp1.js
. This is tedious for me. If I forget to save at both place it causes countless minutes to figure out why is it not worknig. Is there any better approach to this?