diff --git a/build/documenteditor.json b/build/documenteditor.json index d52e43dcc..a9ee525c2 100644 --- a/build/documenteditor.json +++ b/build/documenteditor.json @@ -333,6 +333,12 @@ "cwd": "../apps/documenteditor/mobile/resources/img/", "src": "**", "dest": "../deploy/web-apps/apps/documenteditor/mobile/resources/img/" + }, + { + "expand": true, + "cwd": "../apps/common/mobile/resources/img/", + "src": "**", + "dest": "../deploy/web-apps/apps/documenteditor/mobile/resources/img/" } ] } diff --git a/build/presentationeditor.json b/build/presentationeditor.json index b9baac281..7073edbb6 100644 --- a/build/presentationeditor.json +++ b/build/presentationeditor.json @@ -333,6 +333,12 @@ "cwd": "../apps/presentationeditor/mobile/resources/img/", "src": "**", "dest": "../deploy/web-apps/apps/presentationeditor/mobile/resources/img/" + }, + { + "expand": true, + "cwd": "../apps/common/mobile/resources/img/", + "src": "**", + "dest": "../deploy/web-apps/apps/presentationeditor/mobile/resources/img/" } ] }