[ALL] Fixed build mobile version

This commit is contained in:
Alexander Yuzhin 2018-03-28 15:40:38 +03:00 committed by Julia Radzhabova
parent d19081f28d
commit bd324da6e8
5 changed files with 31 additions and 5 deletions

View file

@ -322,7 +322,9 @@ module.exports = function(grunt) {
files: packageFile['mobile']['copy']['index-page']
},
'images-app': {
files: packageFile['mobile']['copy']['images-app']
files:[]
.concat(packageFile['mobile']['copy']['images-app'])
.concat(packageFile['mobile']['copy']['images-common'])
}
},

View file

@ -1,7 +1,7 @@
{
"name": "common",
"version": "4.3.0",
"build": 32,
"build": 35,
"homepage": "http://www.onlyoffice.com",
"private": true,
"sdk": {

View file

@ -1,7 +1,7 @@
{
"name": "documenteditor",
"version": "4.3.0",
"build": 1143,
"build": 1146,
"homepage": "http://www.onlyoffice.com",
"private": true,
"main": {
@ -337,6 +337,14 @@
"src": "**",
"dest": "../deploy/web-apps/apps/documenteditor/mobile/resources/img/"
}
],
"images-common": [
{
"expand": true,
"cwd": "../apps/common/mobile/resources/img/",
"src": "**",
"dest": "../deploy/web-apps/apps/documenteditor/mobile/resources/img/"
}
]
}
},

View file

@ -1,7 +1,7 @@
{
"name": "presentationeditor",
"version": "4.3.0",
"build": 778,
"build": 780,
"homepage": "http://www.onlyoffice.com",
"private": true,
"main": {
@ -346,6 +346,14 @@
"src": "**",
"dest": "../deploy/web-apps/apps/presentationeditor/mobile/resources/img/"
}
],
"images-common": [
{
"expand": true,
"cwd": "../apps/common/mobile/resources/img/",
"src": "**",
"dest": "../deploy/web-apps/apps/presentationeditor/mobile/resources/img/"
}
]
}
},

View file

@ -1,7 +1,7 @@
{
"name": "spreadsheeteditor",
"version": "4.3.0",
"build": 881,
"build": 884,
"homepage": "http://www.onlyoffice.com",
"private": true,
"main": {
@ -354,6 +354,14 @@
"src": "**",
"dest": "../deploy/web-apps/apps/spreadsheeteditor/mobile/resources/img/"
}
],
"images-common": [
{
"expand": true,
"cwd": "../apps/common/mobile/resources/img/about",
"src": "**",
"dest": "../deploy/web-apps/apps/spreadsheeteditor/mobile/resources/img/about"
}
]
}
},