Commit 70f2ee3a by kevalbhatt

ATLAS-2187 : UI improved debugging in minification

parent 657e0f12
...@@ -225,7 +225,7 @@ module.exports = function(grunt) { ...@@ -225,7 +225,7 @@ module.exports = function(grunt) {
uglify: { uglify: {
build: { build: {
options: { options: {
sourceMap: true mangle: false
}, },
files: [{ files: [{
expand: true, expand: true,
......
...@@ -45,34 +45,32 @@ ...@@ -45,34 +45,32 @@
"requirejs": "2.3.3", "requirejs": "2.3.3",
"requirejs-text": "2.0.15", "requirejs-text": "2.0.15",
"select2": "4.0.3", "select2": "4.0.3",
"underscore": "1.8.3", "underscore": "1.8.3"
"js-beautify": "1.6.14"
}, },
"devDependencies": { "devDependencies": {
"connect-livereload": "^0.5.4", "connect-livereload": "0.5.4",
"git-rev": "^0.2.1", "git-rev": "0.2.1",
"grunt": "~0.4.2", "grunt": "0.4.2",
"grunt-cli": "~0.1.11", "grunt-cli": "0.1.11",
"grunt-concurrent": "^1.0.0", "grunt-concurrent": "1.0.0",
"grunt-connect-proxy": "^0.2.0", "grunt-connect-proxy": "0.2.0",
"grunt-contrib-clean": "~0.6.0", "grunt-contrib-clean": "0.6.0",
"grunt-contrib-compress": "^0.13.0", "grunt-contrib-compress": "0.13.0",
"grunt-contrib-connect": "^1.0.0", "grunt-contrib-connect": "1.0.0",
"grunt-contrib-copy": "~0.8.0", "grunt-contrib-copy": "0.8.0",
"grunt-contrib-cssmin": "^2.0.0", "grunt-contrib-cssmin": "2.0.0",
"grunt-contrib-htmlmin": "^2.2.0", "grunt-contrib-htmlmin": "2.2.0",
"grunt-contrib-jshint": "^0.11.0", "grunt-contrib-jshint": "0.11.0",
"grunt-contrib-uglify": "^2.1.0", "grunt-contrib-uglify": "2.1.0",
"grunt-contrib-watch": "^0.6.1", "grunt-contrib-watch": "0.6.1",
"grunt-dev-update": "^1.0.2", "grunt-dev-update": "1.0.2",
"grunt-jsbeautifier": "^0.2.6", "grunt-nginx": "0.2.2",
"grunt-nginx": "~0.2.2", "grunt-nodemon": "0.4.0",
"grunt-nodemon": "^0.4.0", "grunt-npmcopy": "0.1.0",
"grunt-npmcopy": "^0.1.0", "grunt-sass": "1.1.0",
"grunt-sass": "^1.1.0", "grunt-shell": "1.1.1",
"grunt-shell": "^1.1.1", "grunt-template": "1.0.0",
"grunt-template": "^1.0.0", "load-grunt-tasks": "3.1.0",
"load-grunt-tasks": "^3.1.0", "proxit": "0.6.4"
"proxit": "~0.6.4"
} }
} }
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