mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-04-07 14:06:16 +08:00
[build] fix bug 57560
This commit is contained in:
@ -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,
|
||||
|
||||
@ -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,
|
||||
|
||||
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user