mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-05 20:57:40 +00:00
GUAC-1295: Add cache busting for app.css and app.js
This commit is contained in:
@@ -79,6 +79,7 @@
|
||||
<filtering>true</filtering>
|
||||
<includes>
|
||||
<include>translations/*.json</include>
|
||||
<include>index.html</include>
|
||||
</includes>
|
||||
</resource>
|
||||
</webResources>
|
||||
|
@@ -8,7 +8,7 @@
|
||||
<link rel="icon" type="image/png" href="images/logo-64.png"/>
|
||||
<link rel="icon" type="image/png" sizes="144x144" href="images/logo-144.png"/>
|
||||
<link rel="apple-touch-icon" type="image/png" href="images/logo-144.png"/>
|
||||
<link rel="stylesheet" type="text/css" href="app.css">
|
||||
<link rel="stylesheet" type="text/css" href="app.css?v=${project.version}">
|
||||
<title ng-bind="page.title | translate"></title>
|
||||
</head>
|
||||
<!--
|
||||
@@ -55,6 +55,6 @@
|
||||
form="expectedCredentials"
|
||||
values="acceptedCredentials"></guac-login>
|
||||
|
||||
<script type="text/javascript" src="app.js"></script>
|
||||
<script type="text/javascript" src="app.js?v=${project.version}"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user