From 269a27c70204c7d233eac3cd91a383e9b5759a2f Mon Sep 17 00:00:00 2001 From: Timmy Willison Date: Thu, 17 Jul 2014 11:15:19 -0700 Subject: Build: update source map options for the new grunt jshint --- Gruntfile.js | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 8eff10144..d332c00f1 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -130,8 +130,8 @@ module.exports = function( grunt ) { }, options: { preserveComments: false, - sourceMap: "dist/jquery.min.map", - sourceMappingURL: "jquery.min.map", + sourceMap: true, + sourceMapName: "dist/jquery.min.map", report: "min", beautify: { "ascii_only": true diff --git a/package.json b/package.json index 26100c684..66f283513 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "grunt": "0.4.5", "grunt-cli": "0.1.13", "grunt-compare-size": "0.4.0", - "grunt-contrib-jshint": "0.8.0", + "grunt-contrib-jshint": "0.10.0", "grunt-contrib-uglify": "0.5.0", "grunt-contrib-watch": "0.6.1", "grunt-git-authors": "1.2.0", -- cgit v1.2.3