Does anyone know how to minify js and css files at run time. For example: In the Html file, the call to the Javascript file looks like this:
<script src="~/Content/Site/js/funcoes.js"></script>
I would like a mined script file to be generated at the time of application execution, would this be possible?