Commit 8754588b authored by Alexander Yuzhin's avatar Alexander Yuzhin

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

parent 6f6569d5
...@@ -219,7 +219,6 @@ require([ ...@@ -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();
}); });
......
{ {
"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": {
......
...@@ -21,6 +21,7 @@ ...@@ -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"
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment