GUACAMOLE-275: Automatically attempt to refresh browser cache if index.html does not match current build.

This commit is contained in:
Michael Jumper
2021-07-20 16:00:18 -07:00
parent a1b4e76ab8
commit e9e1703184
6 changed files with 116 additions and 5 deletions

View File

@@ -154,6 +154,7 @@
<excludes>
<exclude>translations/*.json</exclude>
<exclude>index.html</exclude>
<exclude>verifyCachedVersion.js</exclude>
</excludes>
</resource>
@@ -164,6 +165,7 @@
<includes>
<include>translations/*.json</include>
<include>index.html</include>
<include>verifyCachedVersion.js</include>
</includes>
</resource>