Last active
August 29, 2015 13:56
-
-
Save sirkirby/9255412 to your computer and use it in GitHub Desktop.
turn debug off to get bundling and minification in release mode locally
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- bundling and minification will only kick off when debug='false' is set. this tells the runtime that you're in a release environment --> | |
<compilation debug="false" targetFramework="4.5" /> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Compilation element is located in the web.config under <system.web>