Skip to content

Commit

Permalink
[main] fix app replacements
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkadushkin committed Oct 29, 2024
1 parent c300b4e commit b2a8447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ module.exports = function(grunt) {

replace: {
writeVersion: {
src: ['<%= pkg.main.js.requirejs.options.out %>'],
src: ['<%= pkg.main.js.requirejs.options.out %>','<%= pkg.main.js.postload.options.out %>'],
overwrite: true,
replacements: [{
from: /\{\{PRODUCT_VERSION\}\}/g,
Expand Down

0 comments on commit b2a8447

Please sign in to comment.