[ALL] Fixed build mobile version
This commit is contained in:
parent
d19081f28d
commit
bd324da6e8
|
@ -322,7 +322,9 @@ module.exports = function(grunt) {
|
||||||
files: packageFile['mobile']['copy']['index-page']
|
files: packageFile['mobile']['copy']['index-page']
|
||||||
},
|
},
|
||||||
'images-app': {
|
'images-app': {
|
||||||
files: packageFile['mobile']['copy']['images-app']
|
files:[]
|
||||||
|
.concat(packageFile['mobile']['copy']['images-app'])
|
||||||
|
.concat(packageFile['mobile']['copy']['images-common'])
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "common",
|
"name": "common",
|
||||||
"version": "4.3.0",
|
"version": "4.3.0",
|
||||||
"build": 32,
|
"build": 35,
|
||||||
"homepage": "http://www.onlyoffice.com",
|
"homepage": "http://www.onlyoffice.com",
|
||||||
"private": true,
|
"private": true,
|
||||||
"sdk": {
|
"sdk": {
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "documenteditor",
|
"name": "documenteditor",
|
||||||
"version": "4.3.0",
|
"version": "4.3.0",
|
||||||
"build": 1143,
|
"build": 1146,
|
||||||
"homepage": "http://www.onlyoffice.com",
|
"homepage": "http://www.onlyoffice.com",
|
||||||
"private": true,
|
"private": true,
|
||||||
"main": {
|
"main": {
|
||||||
|
@ -337,6 +337,14 @@
|
||||||
"src": "**",
|
"src": "**",
|
||||||
"dest": "../deploy/web-apps/apps/documenteditor/mobile/resources/img/"
|
"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/"
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "presentationeditor",
|
"name": "presentationeditor",
|
||||||
"version": "4.3.0",
|
"version": "4.3.0",
|
||||||
"build": 778,
|
"build": 780,
|
||||||
"homepage": "http://www.onlyoffice.com",
|
"homepage": "http://www.onlyoffice.com",
|
||||||
"private": true,
|
"private": true,
|
||||||
"main": {
|
"main": {
|
||||||
|
@ -346,6 +346,14 @@
|
||||||
"src": "**",
|
"src": "**",
|
||||||
"dest": "../deploy/web-apps/apps/presentationeditor/mobile/resources/img/"
|
"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/"
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "spreadsheeteditor",
|
"name": "spreadsheeteditor",
|
||||||
"version": "4.3.0",
|
"version": "4.3.0",
|
||||||
"build": 881,
|
"build": 884,
|
||||||
"homepage": "http://www.onlyoffice.com",
|
"homepage": "http://www.onlyoffice.com",
|
||||||
"private": true,
|
"private": true,
|
||||||
"main": {
|
"main": {
|
||||||
|
@ -354,6 +354,14 @@
|
||||||
"src": "**",
|
"src": "**",
|
||||||
"dest": "../deploy/web-apps/apps/spreadsheeteditor/mobile/resources/img/"
|
"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"
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue