Skip to content

Commit

Permalink
Merge pull request #632 from kabalin/query-hash
Browse files Browse the repository at this point in the history
Fix query hash in bundled files.
  • Loading branch information
aeifn authored Nov 15, 2023
2 parents e95f420 + 6109c4f commit b41326a
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 b41326a

Please sign in to comment.