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'" }