]> source.dussan.org Git - jquery.git/commitdiff
Build: update source map options for the new grunt jshint
authorTimmy Willison <timmywillisn@gmail.com>
Thu, 17 Jul 2014 18:15:19 +0000 (11:15 -0700)
committerTimmy Willison <timmywillisn@gmail.com>
Thu, 17 Jul 2014 18:15:19 +0000 (11:15 -0700)
Gruntfile.js
package.json

index 8eff10144346a1b76e61a00dc7ac5253ae17b804..d332c00f1e45326bbfeb2d4012996633d278b9f4 100644 (file)
@@ -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
index 26100c6846075244f92486239bcf041628004b3f..66f283513ab705b55739d68b9574594ee2367e57 100644 (file)
@@ -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",