[mobile] for bug 53253

This commit is contained in:
Maxim Kadushkin
2021-10-22 23:03:03 +03:00
parent 690867b159
commit ec46276bea
7 changed files with 34 additions and 7 deletions

View File

@ -319,7 +319,13 @@
"images-common": [
{
"expand": true,
"cwd": "../apps/common/mobile/resources/img/about",
"cwd": "../apps/common/mobile/resources/img/",
"src": "**",
"dest": "../deploy/web-apps/apps/spreadsheeteditor/mobile/resources/img/"
},
{
"expand": true,
"cwd": "../apps/common/main/resources/img/about",
"src": "**",
"dest": "../deploy/web-apps/apps/spreadsheeteditor/mobile/resources/img/about"
}
@ -369,7 +375,7 @@
"index-page": {
"../deploy/web-apps/apps/spreadsheeteditor/embed/index.html": "../apps/spreadsheeteditor/embed/index.html.deploy",
"../deploy/web-apps/apps/spreadsheeteditor/embed/index_loader.html": "../apps/spreadsheeteditor/embed/index_loader.html.deploy"
},
},
"images-app": [
{
"expand": true,