[build] fix bug 57560
This commit is contained in:
parent
0cd2fa52a6
commit
06ef607ed0
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue