Skip to content

Commit 213295e

Browse files
committed
updated readme
1 parent cfaa0f8 commit 213295e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ are disabled - when debug is enabled or BundleTable.EnableOptimizations is false
1010

1111
## Elevator Speech
1212

13-
This transform prevents browsers from loading old cached versions of your code when you are running in debug mode.
13+
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:
1416

1517
```
1618
<link href="/css/styles.css?~v=Iz7DDyL6DCDnT_L414h7aec4VUNOlN9dDYVRGoD2ZB01" rel="stylesheet"/><script src="/js/app.js?~v=QWNK55__txkMIVFvtdF3fy5lDLK7GLkwLzP8nzCV6nw1"></script>

0 commit comments

Comments
 (0)