[BUGFIX] Avoid missmatch in cachebreaker
This commit is contained in:
parent
d100db521b
commit
c23568652b
@ -317,7 +317,7 @@ Example for `supportedLocale`:
|
|||||||
|
|
||||||
Will be replaced in every build to avoid missing or outdated language strings, because language.json isn't up to date.
|
Will be replaced in every build to avoid missing or outdated language strings, because language.json isn't up to date.
|
||||||
|
|
||||||
_Fixed value (y0z)._
|
_Fixed value (vy0zx)._
|
||||||
|
|
||||||
## Sponsoring / Supporting
|
## Sponsoring / Supporting
|
||||||
- [BrowserStack](https://www.browserstack.com/) for providing an awesome testing service for hundreds of browsers
|
- [BrowserStack](https://www.browserstack.com/) for providing an awesome testing service for hundreds of browsers
|
||||||
|
@ -128,5 +128,5 @@
|
|||||||
"fr",
|
"fr",
|
||||||
"ru"
|
"ru"
|
||||||
],
|
],
|
||||||
"cacheBreaker": "y0z"
|
"cacheBreaker": "vy0zx"
|
||||||
}
|
}
|
||||||
|
@ -164,7 +164,7 @@ module.exports = function exports(grunt) {
|
|||||||
},
|
},
|
||||||
variable: {
|
variable: {
|
||||||
options: {
|
options: {
|
||||||
match: ['y*z'],
|
match: ['vy*zx'],
|
||||||
position: 'overwrite'
|
position: 'overwrite'
|
||||||
},
|
},
|
||||||
files: {
|
files: {
|
||||||
|
Loading…
Reference in New Issue
Block a user