[build] Append grunt-contrib-htmlmin as dependence.
This commit is contained in:
parent
6f6569d538
commit
8754588b0a
|
@ -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();
|
||||||
});
|
});
|
||||||
|
|
|
@ -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": {
|
||||||
|
|
|
@ -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"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue