[build] correct common images path

This commit is contained in:
Maxim Kadushkin 2022-06-15 22:47:01 +03:00
parent 752038c2f4
commit 9027653d77
4 changed files with 4 additions and 4 deletions

View file

@ -383,7 +383,7 @@ module.exports = function(grunt) {
dynamic: {
files: []
.concat(packageFile['main']['imagemin']['images-app'])
.concat(packageFile['main']['imagemin']['images-common'])
// .concat(packageFile['main']['imagemin']['images-common']) skip copy images from common to editor in 7.2
}
},

View file

@ -107,7 +107,7 @@
},
"vars": {
"app-image-const-path": "'../img'",
"common-image-const-path": "'../img'",
"common-image-const-path": "'../../../../common/main/resources/img'",
"app-image-path": "'../../../../../deploy/web-apps/apps/documenteditor/main/resources/img'",
"common-image-path": "'../../../../../deploy/web-apps/apps/documenteditor/main/resources/img'"
}

View file

@ -107,7 +107,7 @@
},
"vars": {
"app-image-const-path": "'../img'",
"common-image-const-path": "'../img'",
"common-image-const-path": "'../../../../common/main/resources/img'",
"app-image-path": "'../../../../../deploy/web-apps/apps/presentationeditor/main/resources/img'",
"common-image-path": "'../../../../../deploy/web-apps/apps/presentationeditor/main/resources/img'"
}

View file

@ -107,7 +107,7 @@
},
"vars": {
"app-image-const-path": "'../img'",
"common-image-const-path": "'../img'",
"common-image-const-path": "'../../../../common/main/resources/img'",
"app-image-path": "'../../../../../deploy/web-apps/apps/spreadsheeteditor/main/resources/img'",
"common-image-path": "'../../../../../deploy/web-apps/apps/spreadsheeteditor/main/resources/img'"
}