mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
GUACAMOLE-275: Automatically attempt to refresh browser cache if index.html does not match current build.
This commit is contained in:
@@ -121,7 +121,8 @@ module.exports = {
|
||||
{ from: 'fonts/**/*' },
|
||||
{ from: 'images/**/*' },
|
||||
{ from: 'layouts/**/*' },
|
||||
{ from: 'translations/**/*' }
|
||||
{ from: 'translations/**/*' },
|
||||
{ from: 'verifyCachedVersion.js' }
|
||||
], {
|
||||
context: 'src/'
|
||||
}),
|
||||
|
Reference in New Issue
Block a user