[build] fix bug 57560

This commit is contained in:
Maxim Kadushkin 2022-06-16 23:11:42 +03:00
parent 0cd2fa52a6
commit 06ef607ed0
3 changed files with 12 additions and 6 deletions

View file

@ -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,

View file

@ -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,

View file

@ -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,