Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
O
origin-web-common
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Java-于龙
origin-web-common
Commits
137a339e
Unverified
Commit
137a339e
authored
Apr 24, 2017
by
Jordan Liggitt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
preserve line-breaks in minified file to avoid merge conflicts
parent
52b4d121
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletions
+8
-1
Gruntfile.js
Gruntfile.js
+8
-1
origin-web-common.min.js
dist/origin-web-common.min.js
+0
-0
No files found.
Gruntfile.js
View file @
137a339e
...
...
@@ -107,7 +107,14 @@ module.exports = function (grunt) {
},
uglify
:
{
options
:
{
mangle
:
false
compress
:
{},
mangle
:
false
,
beautify
:
{
beautify
:
true
,
indent_level
:
0
,
space_colon
:
false
,
// Don't waste characters
width
:
1000
}
},
build
:
{
files
:
{},
...
...
dist/origin-web-common.min.js
View file @
137a339e
This source diff could not be displayed because it is too large. You can
view the blob
instead.
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