I'm looking at using web optimizations to minify and bundle js and css so I spun up a new vanilla mvc4 internet application in visual studio, set RELEASE mode and hit F5.
It doesn't seem to behave the way I was expecting. When I view source I see.
<link href="/Content/site.css" rel="stylesheet"/>
<script src="/Scripts/modernizr-2.6.2.js"></script>
I was expecting to see a cache buster ?v=kjzshd3289sjhdf98je3l.
Also the scripts and css are not mininfied.