Change link or script filename in html after gruntjs minify/uglify
I am using standard minify/uglify for css/js files and combine multiple files to main.min.css or app.min.js… However my .html file needs to be modified to point to these new file names too in <link>
or <script>