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