[BUGFIX] Avoid missmatch in cachebreaker

This commit is contained in:
Xaver Maierhofer 2017-03-13 19:57:11 +01:00
parent d100db521b
commit c23568652b
No known key found for this signature in database
GPG Key ID: 7FDCE23FD2EC9FE8
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -128,5 +128,5 @@
"fr", "fr",
"ru" "ru"
], ],
"cacheBreaker": "y0z" "cacheBreaker": "vy0zx"
} }

View File

@ -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: {