From 9027653d77ace3acb3d773642f5b1a6204ae8eff Mon Sep 17 00:00:00 2001 From: Maxim Kadushkin Date: Wed, 15 Jun 2022 22:47:01 +0300 Subject: [PATCH] [build] correct common images path --- build/Gruntfile.js | 2 +- build/documenteditor.json | 2 +- build/presentationeditor.json | 2 +- build/spreadsheeteditor.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build/Gruntfile.js b/build/Gruntfile.js index 246d2d13d..db97a6996 100644 --- a/build/Gruntfile.js +++ b/build/Gruntfile.js @@ -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 } }, diff --git a/build/documenteditor.json b/build/documenteditor.json index 249a38666..63bce2b76 100644 --- a/build/documenteditor.json +++ b/build/documenteditor.json @@ -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'" } diff --git a/build/presentationeditor.json b/build/presentationeditor.json index 209a62b4d..ba38211a5 100644 --- a/build/presentationeditor.json +++ b/build/presentationeditor.json @@ -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'" } diff --git a/build/spreadsheeteditor.json b/build/spreadsheeteditor.json index 267dc61ad..a9f12dd44 100644 --- a/build/spreadsheeteditor.json +++ b/build/spreadsheeteditor.json @@ -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'" }