From c23568652bae33c8b451a225b14e722c196e1076 Mon Sep 17 00:00:00 2001 From: Xaver Maierhofer Date: Mon, 13 Mar 2017 19:57:11 +0100 Subject: [PATCH] [BUGFIX] Avoid missmatch in cachebreaker --- README.md | 2 +- config.json | 2 +- tasks/build.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fd25852..0e8fba2 100644 --- a/README.md +++ b/README.md @@ -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. -_Fixed value (y0z)._ +_Fixed value (vy0zx)._ ## Sponsoring / Supporting - [BrowserStack](https://www.browserstack.com/) for providing an awesome testing service for hundreds of browsers diff --git a/config.json b/config.json index 09cc5f5..bdaccdd 100644 --- a/config.json +++ b/config.json @@ -128,5 +128,5 @@ "fr", "ru" ], - "cacheBreaker": "y0z" + "cacheBreaker": "vy0zx" } diff --git a/tasks/build.js b/tasks/build.js index ee13386..1f948ce 100644 --- a/tasks/build.js +++ b/tasks/build.js @@ -164,7 +164,7 @@ module.exports = function exports(grunt) { }, variable: { options: { - match: ['y*z'], + match: ['vy*zx'], position: 'overwrite' }, files: {