We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfaa0f8 commit 213295eCopy full SHA for 213295e
README.md
@@ -10,7 +10,9 @@ are disabled - when debug is enabled or BundleTable.EnableOptimizations is false
10
11
## Elevator Speech
12
13
-This transform prevents browsers from loading old cached versions of your code when you are running in debug mode.
+This transform prevents browsers from loading old cached versions of your
14
+code when you are running in debug mode, by adding a hash of the file content
15
+to the end of the file path:
16
17
```
18
<link href="/css/styles.css?~v=Iz7DDyL6DCDnT_L414h7aec4VUNOlN9dDYVRGoD2ZB01" rel="stylesheet"/><script src="/js/app.js?~v=QWNK55__txkMIVFvtdF3fy5lDLK7GLkwLzP8nzCV6nw1"></script>
0 commit comments