Skip to content

Instantly share code, notes, and snippets.

@DDzia
Last active January 29, 2019 22:02
Show Gist options
  • Save DDzia/994b804eaae2736978218c5249189033 to your computer and use it in GitHub Desktop.
Save DDzia/994b804eaae2736978218c5249189033 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<system.webServer>
<staticContent>
<!-- no cache for bundles -->
<clientCache cacheControlMode="DisableCache"/>
</staticContent>
</system.webServer>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment