Build: update source map options for the new grunt jshint

This commit is contained in:
Timmy Willison
2014-07-17 11:15:19 -07:00
parent 91e06e9aeb
commit 181b451646
2 changed files with 3 additions and 3 deletions

View 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

View 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",