Skip to content

Instantly share code, notes, and snippets.

@sirkirby
Last active August 29, 2015 13:56
Show Gist options
  • Save sirkirby/9255412 to your computer and use it in GitHub Desktop.
Save sirkirby/9255412 to your computer and use it in GitHub Desktop.
turn debug off to get bundling and minification in release mode locally
<!-- 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" />
@sirkirby
Copy link
Author

Compilation element is located in the web.config under <system.web>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment