-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
Description
It would be nice, if I could set my own version cache.
This way I could be more control of my application.
instead
<link href="/css/styles.css?~v=Iz7DDyL6DCDnT_L414h7aec4VUNOlN9dDYVRGoD2ZB01" rel="stylesheet"/>
<script src="/js/app.js?~v=QWNK55__txkMIVFvtdF3fy5lDLK7GLkwLzP8nzCV6nw1"></script>
could be
<link href="/css/styles.css?~v=123abc" rel="stylesheet"/>
<script src="/js/app.js?~v=123abc"></script>
Thank you!