Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
W
web-apps
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boris Kocherov
web-apps
Commits
8754588b
Commit
8754588b
authored
Nov 28, 2016
by
Alexander Yuzhin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[build] Append grunt-contrib-htmlmin as dependence.
parent
6f6569d5
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
+2
-2
apps/documenteditor/mobile/app-dev.js
apps/documenteditor/mobile/app-dev.js
+0
-1
build/documenteditor.json
build/documenteditor.json
+1
-1
build/package.json
build/package.json
+1
-0
No files found.
apps/documenteditor/mobile/app-dev.js
View file @
8754588b
...
...
@@ -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
();
});
...
...
build/documenteditor.json
View file @
8754588b
{
"name"
:
"documenteditor"
,
"version"
:
"4.7.0"
,
"build"
:
111
0
,
"build"
:
111
2
,
"homepage"
:
"http://www.onlyoffice.com"
,
"private"
:
true
,
"sdk"
:
{
...
...
build/package.json
View file @
8754588b
...
...
@@ -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"
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment