diff options
author | Timmy Willison <timmywillisn@gmail.com> | 2014-07-17 11:15:19 -0700 |
---|---|---|
committer | Timmy Willison <timmywillisn@gmail.com> | 2014-07-17 11:15:19 -0700 |
commit | 269a27c70204c7d233eac3cd91a383e9b5759a2f (patch) | |
tree | e09f06b1de062ed0e30765d9a810d063dac6f78c | |
parent | c869a1ef8a031342e817a2c063179a787ff57239 (diff) | |
download | jquery-269a27c70204c7d233eac3cd91a383e9b5759a2f.tar.gz jquery-269a27c70204c7d233eac3cd91a383e9b5759a2f.zip |
Build: update source map options for the new grunt jshint
-rw-r--r-- | Gruntfile.js | 4 | ||||
-rw-r--r-- | 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", |