Repository: atlas Updated Branches: refs/heads/master 657e0f127 -> 70f2ee3a1
ATLAS-2187 : UI improved debugging in minification Project: http://git-wip-us.apache.org/repos/asf/atlas/repo Commit: http://git-wip-us.apache.org/repos/asf/atlas/commit/70f2ee3a Tree: http://git-wip-us.apache.org/repos/asf/atlas/tree/70f2ee3a Diff: http://git-wip-us.apache.org/repos/asf/atlas/diff/70f2ee3a Branch: refs/heads/master Commit: 70f2ee3a153906aa71e297fb76737dc20ae3ce73 Parents: 657e0f1 Author: kevalbhatt <[email protected]> Authored: Tue Oct 3 18:48:05 2017 +0530 Committer: kevalbhatt <[email protected]> Committed: Tue Oct 3 19:42:21 2017 +0530 ---------------------------------------------------------------------- dashboardv2/gruntfile.js | 2 +- dashboardv2/package.json | 52 +++++++++++++++++++++---------------------- 2 files changed, 26 insertions(+), 28 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/atlas/blob/70f2ee3a/dashboardv2/gruntfile.js ---------------------------------------------------------------------- diff --git a/dashboardv2/gruntfile.js b/dashboardv2/gruntfile.js index e9c077c..64ec605 100644 --- a/dashboardv2/gruntfile.js +++ b/dashboardv2/gruntfile.js @@ -225,7 +225,7 @@ module.exports = function(grunt) { uglify: { build: { options: { - sourceMap: true + mangle: false }, files: [{ expand: true, http://git-wip-us.apache.org/repos/asf/atlas/blob/70f2ee3a/dashboardv2/package.json ---------------------------------------------------------------------- diff --git a/dashboardv2/package.json b/dashboardv2/package.json index ba1ee1b..ab051cf 100644 --- a/dashboardv2/package.json +++ b/dashboardv2/package.json @@ -45,34 +45,32 @@ "requirejs": "2.3.3", "requirejs-text": "2.0.15", "select2": "4.0.3", - "underscore": "1.8.3", - "js-beautify": "1.6.14" + "underscore": "1.8.3" }, "devDependencies": { - "connect-livereload": "^0.5.4", - "git-rev": "^0.2.1", - "grunt": "~0.4.2", - "grunt-cli": "~0.1.11", - "grunt-concurrent": "^1.0.0", - "grunt-connect-proxy": "^0.2.0", - "grunt-contrib-clean": "~0.6.0", - "grunt-contrib-compress": "^0.13.0", - "grunt-contrib-connect": "^1.0.0", - "grunt-contrib-copy": "~0.8.0", - "grunt-contrib-cssmin": "^2.0.0", - "grunt-contrib-htmlmin": "^2.2.0", - "grunt-contrib-jshint": "^0.11.0", - "grunt-contrib-uglify": "^2.1.0", - "grunt-contrib-watch": "^0.6.1", - "grunt-dev-update": "^1.0.2", - "grunt-jsbeautifier": "^0.2.6", - "grunt-nginx": "~0.2.2", - "grunt-nodemon": "^0.4.0", - "grunt-npmcopy": "^0.1.0", - "grunt-sass": "^1.1.0", - "grunt-shell": "^1.1.1", - "grunt-template": "^1.0.0", - "load-grunt-tasks": "^3.1.0", - "proxit": "~0.6.4" + "connect-livereload": "0.5.4", + "git-rev": "0.2.1", + "grunt": "0.4.2", + "grunt-cli": "0.1.11", + "grunt-concurrent": "1.0.0", + "grunt-connect-proxy": "0.2.0", + "grunt-contrib-clean": "0.6.0", + "grunt-contrib-compress": "0.13.0", + "grunt-contrib-connect": "1.0.0", + "grunt-contrib-copy": "0.8.0", + "grunt-contrib-cssmin": "2.0.0", + "grunt-contrib-htmlmin": "2.2.0", + "grunt-contrib-jshint": "0.11.0", + "grunt-contrib-uglify": "2.1.0", + "grunt-contrib-watch": "0.6.1", + "grunt-dev-update": "1.0.2", + "grunt-nginx": "0.2.2", + "grunt-nodemon": "0.4.0", + "grunt-npmcopy": "0.1.0", + "grunt-sass": "1.1.0", + "grunt-shell": "1.1.1", + "grunt-template": "1.0.0", + "load-grunt-tasks": "3.1.0", + "proxit": "0.6.4" } }
