diff --git a/build/Gruntfile.js b/build/Gruntfile.js index 3cdcd80ec..b2d7c1496 100644 --- a/build/Gruntfile.js +++ b/build/Gruntfile.js @@ -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']) } }, diff --git a/build/common.json b/build/common.json index b835d4ece..67e3bc2ea 100644 --- a/build/common.json +++ b/build/common.json @@ -1,7 +1,7 @@ { "name": "common", "version": "4.3.0", - "build": 32, + "build": 35, "homepage": "http://www.onlyoffice.com", "private": true, "sdk": { diff --git a/build/documenteditor.json b/build/documenteditor.json index a1df0f41a..9d3e536f1 100644 --- a/build/documenteditor.json +++ b/build/documenteditor.json @@ -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/" + } ] } }, diff --git a/build/presentationeditor.json b/build/presentationeditor.json index 124dd93ef..ce9cf3ab6 100644 --- a/build/presentationeditor.json +++ b/build/presentationeditor.json @@ -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/" + } ] } }, diff --git a/build/spreadsheeteditor.json b/build/spreadsheeteditor.json index e7f64f934..63c60b2b2 100644 --- a/build/spreadsheeteditor.json +++ b/build/spreadsheeteditor.json @@ -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" + } ] } },