diff --git a/apps/documenteditor/main/index.html.deploy b/apps/documenteditor/main/index.html.deploy
index bff778250..1feaf1eb7 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 4425f7eb2..a07952daa 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 7a3c4e9d5..2d9f8e90a 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 cf848dd71..f1af2278e 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 b929b26d8..2cda41c26 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 9f3bef6c4..660f25856 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"
]
}
},