Skip to content

Commit

Permalink
Fix query hash in bundled files.
Browse files Browse the repository at this point in the history
  • Loading branch information
kabalin committed Nov 15, 2023
1 parent e95f420 commit 6109c4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 6109c4f

Please sign in to comment.