What's the difference between:
<compilation debug="true" />(the default VS 2013 web.config in debug mode)<compilation debug="false" /><compilation />(the default VS 2013 web.config in release mode)
The bundling and minification now is always turned on by BundleTable.EnableOptimizations = true; so I'm wondering why the usage of this element and why the false value is not the default in release mode.