From 8754588b0a95740576ad82a5d681779e373c9bec Mon Sep 17 00:00:00 2001 From: Alexander Yuzhin Date: Mon, 28 Nov 2016 13:17:30 +0300 Subject: [PATCH] [build] Append grunt-contrib-htmlmin as dependence. --- apps/documenteditor/mobile/app-dev.js | 1 - build/documenteditor.json | 2 +- build/package.json | 1 + 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/documenteditor/mobile/app-dev.js b/apps/documenteditor/mobile/app-dev.js index e3eca0752..a2d3cdd30 100644 --- a/apps/documenteditor/mobile/app-dev.js +++ b/apps/documenteditor/mobile/app-dev.js @@ -219,7 +219,6 @@ require([ 'documenteditor/mobile/app/controller/add/AddShape', 'documenteditor/mobile/app/controller/add/AddImage', 'documenteditor/mobile/app/controller/add/AddOther' - ], function() { app.start(); }); diff --git a/build/documenteditor.json b/build/documenteditor.json index d9b3654be..68d3f891e 100644 --- a/build/documenteditor.json +++ b/build/documenteditor.json @@ -1,7 +1,7 @@ { "name": "documenteditor", "version": "4.7.0", - "build": 1110, + "build": 1112, "homepage": "http://www.onlyoffice.com", "private": true, "sdk": { diff --git a/build/package.json b/build/package.json index 003fbbd8d..e11d90655 100644 --- a/build/package.json +++ b/build/package.json @@ -21,6 +21,7 @@ "grunt-contrib-concat": "^0.5.1", "grunt-contrib-imagemin": "^1.0.0", "grunt-contrib-cssmin": "^0.12.2", + "grunt-contrib-htmlmin": "^2.0.0", "vinyl-fs": "2.2.1", "less-plugin-clean-css": "1.5.0" }