diff --git a/apps/documenteditor/main/index.html.deploy b/apps/documenteditor/main/index.html.deploy
index bff778250f..1feaf1eb70 100644
--- a/apps/documenteditor/main/index.html.deploy
+++ b/apps/documenteditor/main/index.html.deploy
@@ -282,7 +282,7 @@
};
-
+
diff --git a/apps/presentationeditor/main/index.html.deploy b/apps/presentationeditor/main/index.html.deploy
index 4425f7eb21..a07952daaf 100644
--- a/apps/presentationeditor/main/index.html.deploy
+++ b/apps/presentationeditor/main/index.html.deploy
@@ -282,7 +282,7 @@
};
-
+
diff --git a/apps/spreadsheeteditor/main/index.html.deploy b/apps/spreadsheeteditor/main/index.html.deploy
index 7a3c4e9d5a..2d9f8e90aa 100644
--- a/apps/spreadsheeteditor/main/index.html.deploy
+++ b/apps/spreadsheeteditor/main/index.html.deploy
@@ -281,7 +281,7 @@
};
-
+
diff --git a/build/documenteditor.json b/build/documenteditor.json
index cf848dd718..f1af2278ef 100644
--- a/build/documenteditor.json
+++ b/build/documenteditor.json
@@ -171,11 +171,11 @@
"expand": true,
"cwd": "../apps/common/main/resources/img",
"src": "**/*.svg",
- "dest": "../deploy/web-apps/apps/common/main/resources/img"
+ "dest": "../deploy/web-apps/apps/documenteditor/main/resources/img"
}
],
"clean": [
- "../deploy/web-apps/apps/common"
+ "../deploy/web-apps/apps/documenteditor/main/resources/img/**/*.svg"
]
}
},
diff --git a/build/presentationeditor.json b/build/presentationeditor.json
index b929b26d8d..2cda41c269 100644
--- a/build/presentationeditor.json
+++ b/build/presentationeditor.json
@@ -171,11 +171,11 @@
"expand": true,
"cwd": "../apps/common/main/resources/img",
"src": "**/*.svg",
- "dest": "../deploy/web-apps/apps/common/main/resources/img"
+ "dest": "../deploy/web-apps/apps/presentationeditor/main/resources/img"
}
],
"clean": [
- "../deploy/web-apps/apps/common"
+ "../deploy/web-apps/apps/presentationeditor/main/resources/img/**/*.svg"
]
},
"reporter": {
diff --git a/build/spreadsheeteditor.json b/build/spreadsheeteditor.json
index 9f3bef6c4c..660f25856f 100644
--- a/build/spreadsheeteditor.json
+++ b/build/spreadsheeteditor.json
@@ -185,11 +185,11 @@
"expand": true,
"cwd": "../apps/common/main/resources/img",
"src": "**/*.svg",
- "dest": "../deploy/web-apps/apps/common/main/resources/img"
+ "dest": "../deploy/web-apps/apps/spreadsheeteditor/main/resources/img"
}
],
"clean": [
- "../deploy/web-apps/apps/common"
+ "../deploy/web-apps/apps/spreadsheeteditor/main/resources/img/**/*.svg"
]
}
},