[build] Append grunt-contrib-htmlmin as dependence.

This commit is contained in:
Alexander Yuzhin 2016-11-28 13:17:30 +03:00
parent 6f6569d538
commit 8754588b0a
3 changed files with 2 additions and 2 deletions

View file

@ -219,7 +219,6 @@ require([
'documenteditor/mobile/app/controller/add/AddShape', 'documenteditor/mobile/app/controller/add/AddShape',
'documenteditor/mobile/app/controller/add/AddImage', 'documenteditor/mobile/app/controller/add/AddImage',
'documenteditor/mobile/app/controller/add/AddOther' 'documenteditor/mobile/app/controller/add/AddOther'
], function() { ], function() {
app.start(); app.start();
}); });

View file

@ -1,7 +1,7 @@
{ {
"name": "documenteditor", "name": "documenteditor",
"version": "4.7.0", "version": "4.7.0",
"build": 1110, "build": 1112,
"homepage": "http://www.onlyoffice.com", "homepage": "http://www.onlyoffice.com",
"private": true, "private": true,
"sdk": { "sdk": {

View file

@ -21,6 +21,7 @@
"grunt-contrib-concat": "^0.5.1", "grunt-contrib-concat": "^0.5.1",
"grunt-contrib-imagemin": "^1.0.0", "grunt-contrib-imagemin": "^1.0.0",
"grunt-contrib-cssmin": "^0.12.2", "grunt-contrib-cssmin": "^0.12.2",
"grunt-contrib-htmlmin": "^2.0.0",
"vinyl-fs": "2.2.1", "vinyl-fs": "2.2.1",
"less-plugin-clean-css": "1.5.0" "less-plugin-clean-css": "1.5.0"
} }