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

@@ -121,7 +121,8 @@ module.exports = {
{ from: 'fonts/**/*' },
{ from: 'images/**/*' },
{ from: 'layouts/**/*' },
{ from: 'translations/**/*' }
{ from: 'translations/**/*' },
{ from: 'verifyCachedVersion.js' }
], {
context: 'src/'
}),