preserve line-breaks in minified file to avoid merge conflicts

parent 52b4d121
......@@ -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: {},
......
This source diff could not be displayed because it is too large. You can view the blob instead.
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