aboutsummaryrefslogtreecommitdiffstats
path: root/Gruntfile.js
diff options
context:
space:
mode:
authorTimmy Willison <timmywillisn@gmail.com>2014-07-17 11:15:19 -0700
committerTimmy Willison <timmywillisn@gmail.com>2014-07-17 11:15:19 -0700
commit269a27c70204c7d233eac3cd91a383e9b5759a2f (patch)
treee09f06b1de062ed0e30765d9a810d063dac6f78c /Gruntfile.js
parentc869a1ef8a031342e817a2c063179a787ff57239 (diff)
downloadjquery-269a27c70204c7d233eac3cd91a383e9b5759a2f.tar.gz
jquery-269a27c70204c7d233eac3cd91a383e9b5759a2f.zip
Build: update source map options for the new grunt jshint
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js4
1 files changed, 2 insertions, 2 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