From 181b451646f518eabb1fb4c0026e74d2f736efd2 Mon Sep 17 00:00:00 2001 From: Timmy Willison Date: Thu, 17 Jul 2014 11:15:19 -0700 Subject: [PATCH] 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 7da352e40..6ce131092 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -129,8 +129,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 b35e91ad7..ed89fa524 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.10.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",