I was at a microsoft meeting 6 months ago and I remember a speaker demonstrating in Visualstudio 2012 a way to minify your JavaScript code easily at run time.
eg: you can see the full javascript file in the project and you publish the full file but when you run the page that uses it and view the javascript with fire bug you see the minified version.
He did something to the way he added it in the head. Do you know what I am talking about and can you point me in the right direction?
Is it possible with a web forms project page?
Thanks