]> 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:16:21 +0000 (11:16 -0700)
Gruntfile.js
package.json

index 7da352e40e400ea4d5b85bc9e8b8c3c2b4aa4381..6ce131092ea28db60c5621c77352b02a5ebfb11d 100644 (file)
@@ -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
index b35e91ad7447717c93b275de903a8f6e9eabdf83..ed89fa524adf7ab6aa4de44d1cc9063518fff1ff 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.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",