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 /Gruntfile.js | |
parent | c869a1ef8a031342e817a2c063179a787ff57239 (diff) | |
download | jquery-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.js | 4 |
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 |