From 6109c4fd2f11c0d10d752f166ece84bf7d10848c Mon Sep 17 00:00:00 2001 From: Ruslan Kabalin Date: Wed, 15 Nov 2023 01:11:06 +0000 Subject: [PATCH] Fix query hash in bundled files. --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 72de7a6d..2801b435 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -294,9 +294,9 @@ module.exports = function (grunt) { 'clean:target', 'pug:compileTpls', 'exec:buildjs', + 'string-replace', 'uglify:publicApps', 'uglify:publicJs', - 'string-replace', 'copy:main', 'babel', 'exec:movePublic',