From 06ef607ed0c313a3692bb1a8b7a8e793962275d3 Mon Sep 17 00:00:00 2001 From: Maxim Kadushkin Date: Thu, 16 Jun 2022 23:11:42 +0300 Subject: [PATCH] [build] fix bug 57560 --- build/documenteditor.json | 6 ++++-- build/presentationeditor.json | 6 ++++-- build/spreadsheeteditor.json | 6 ++++-- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/build/documenteditor.json b/build/documenteditor.json index 63bce2b76..4fb006694 100644 --- a/build/documenteditor.json +++ b/build/documenteditor.json @@ -300,8 +300,10 @@ ], "assets": [ { - "src": "../apps/documenteditor/mobile/css/app.css", - "dest": "../deploy/web-apps/apps/documenteditor/mobile/css/app.css" + "expand": true, + "cwd": "../apps/documenteditor/mobile/css", + "src": "*.css", + "dest": "../deploy/web-apps/apps/documenteditor/mobile/css" }, { "expand": true, diff --git a/build/presentationeditor.json b/build/presentationeditor.json index ba38211a5..dce293b5f 100644 --- a/build/presentationeditor.json +++ b/build/presentationeditor.json @@ -252,8 +252,10 @@ "copy": { "assets": [ { - "src": "../apps/presentationeditor/mobile/css/app.css", - "dest": "../deploy/web-apps/apps/presentationeditor/mobile/css/app.css" + "expand": true, + "cwd": "../apps/presentationeditor/mobile/css", + "src": "*.css", + "dest": "../deploy/web-apps/apps/presentationeditor/mobile/css" }, { "expand": true, diff --git a/build/spreadsheeteditor.json b/build/spreadsheeteditor.json index a9f12dd44..cb78ab376 100644 --- a/build/spreadsheeteditor.json +++ b/build/spreadsheeteditor.json @@ -253,8 +253,10 @@ "copy": { "assets": [ { - "src": "../apps/spreadsheeteditor/mobile/css/app.css", - "dest": "../deploy/web-apps/apps/spreadsheeteditor/mobile/css/app.css" + "expand": true, + "cwd": "../apps/spreadsheeteditor/mobile/css", + "src": "*.css", + "dest": "../deploy/web-apps/apps/spreadsheeteditor/mobile/css" }, { "expand": true,