mirror of
https://github.com/transloadit/uppy.git
synced 2026-08-01 22:33:57 +00:00
poor man's solution to css cache busting
/cc @nqst @arturi
This commit is contained in:
parent
d51470c848
commit
51fadd7f46
1 changed files with 2 additions and 1 deletions
|
|
@ -36,7 +36,8 @@ if (page.series) {
|
|||
<script>
|
||||
window.PAGE_TYPE = "<%- page.type %>"
|
||||
</script>
|
||||
<%- css('css/main') %>
|
||||
<%- css('css/main').replace('.css', '.css?version=2') %>
|
||||
<!-- ^-- poor man's solution to css cache busting. bump the version when there's something new we really want users to see -->
|
||||
</head>
|
||||
<body class="<%= isIndex ? 'page-index' : 'page-inner' %>">
|
||||
<div class="page">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue