Skip to content

Commit

Permalink
Fixes glicon cache busting
Browse files Browse the repository at this point in the history
  • Loading branch information
d13 committed May 10, 2024
1 parent 4f69cb0 commit 07792ec
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion src/webviews/apps/commitDetails/commitDetails.html
Expand Up @@ -11,7 +11,7 @@
@font-face {
font-family: 'glicons';
font-display: block;
src: url('#{root}/dist/glicons.woff2?dad08d268d2dcf65dd621c2a98c8220c') format('woff2');
src: url('#{root}/dist/glicons.woff2?6ae679c0cde70af8c802b5257e2354a4') format('woff2');
}
</style>
</head>
Expand Down
2 changes: 1 addition & 1 deletion src/webviews/apps/home/home.html
Expand Up @@ -11,7 +11,7 @@
@font-face {
font-family: 'glicons';
font-display: block;
src: url('#{root}/dist/glicons.woff2?dad08d268d2dcf65dd621c2a98c8220c') format('woff2');
src: url('#{root}/dist/glicons.woff2?6ae679c0cde70af8c802b5257e2354a4') format('woff2');
}
</style>
</head>
Expand Down
2 changes: 1 addition & 1 deletion src/webviews/apps/plus/focus/focus.html
Expand Up @@ -11,7 +11,7 @@
@font-face {
font-family: 'glicons';
font-display: block;
src: url('#{root}/dist/glicons.woff2?dad08d268d2dcf65dd621c2a98c8220c') format('woff2');
src: url('#{root}/dist/glicons.woff2?6ae679c0cde70af8c802b5257e2354a4') format('woff2');
}

:root {
Expand Down
2 changes: 1 addition & 1 deletion src/webviews/apps/plus/graph/graph.html
Expand Up @@ -11,7 +11,7 @@
@font-face {
font-family: 'glicons';
font-display: block;
src: url('#{root}/dist/glicons.woff2?dad08d268d2dcf65dd621c2a98c8220c') format('woff2');
src: url('#{root}/dist/glicons.woff2?6ae679c0cde70af8c802b5257e2354a4') format('woff2');
}
</style>
<script type="application/javascript" nonce="#{cspNonce}">
Expand Down
2 changes: 1 addition & 1 deletion src/webviews/apps/plus/patchDetails/patchDetails.html
Expand Up @@ -11,7 +11,7 @@
@font-face {
font-family: 'glicons';
font-display: block;
src: url('#{root}/dist/glicons.woff2?dad08d268d2dcf65dd621c2a98c8220c') format('woff2');
src: url('#{root}/dist/glicons.woff2?6ae679c0cde70af8c802b5257e2354a4') format('woff2');
}
</style>
</head>
Expand Down
2 changes: 1 addition & 1 deletion src/webviews/apps/plus/timeline/timeline.html
Expand Up @@ -11,7 +11,7 @@
@font-face {
font-family: 'glicons';
font-display: block;
src: url('#{root}/dist/glicons.woff2?dad08d268d2dcf65dd621c2a98c8220c') format('woff2');
src: url('#{root}/dist/glicons.woff2?6ae679c0cde70af8c802b5257e2354a4') format('woff2');
}
</style>
<script type="application/javascript" nonce="#{cspNonce}">
Expand Down
2 changes: 1 addition & 1 deletion src/webviews/apps/shared/glicons.scss
Expand Up @@ -6,7 +6,7 @@ Must be placed at the end of body in the HTML file of any webview that needs it
@font-face {
font-family: 'glicons';
font-display: block;
src: url("#{root}/dist/glicons.woff2?cbca1658963c83fb075f8a01ec4405e8") format("woff2");
src: url("#{root}/dist/glicons.woff2?6ae679c0cde70af8c802b5257e2354a4") format("woff2");
}
</style>
*/
Expand Down
2 changes: 1 addition & 1 deletion src/webviews/apps/welcome/welcome.html
Expand Up @@ -11,7 +11,7 @@
@font-face {
font-family: 'glicons';
font-display: block;
src: url('#{root}/dist/glicons.woff2?dad08d268d2dcf65dd621c2a98c8220c') format('woff2');
src: url('#{root}/dist/glicons.woff2?6ae679c0cde70af8c802b5257e2354a4') format('woff2');
}
</style>
</head>
Expand Down

0 comments on commit 07792ec

Please sign in to comment.