Skip to content

Commit 269a27c

Browse files
committed
Build: update source map options for the new grunt jshint
1 parent c869a1e commit 269a27c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gruntfile.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,8 @@ module.exports = function( grunt ) {
130130
},
131131
options: {
132132
preserveComments: false,
133-
sourceMap: "dist/jquery.min.map",
134-
sourceMappingURL: "jquery.min.map",
133+
sourceMap: true,
134+
sourceMapName: "dist/jquery.min.map",
135135
report: "min",
136136
beautify: {
137137
"ascii_only": true

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"grunt": "0.4.5",
3636
"grunt-cli": "0.1.13",
3737
"grunt-compare-size": "0.4.0",
38-
"grunt-contrib-jshint": "0.8.0",
38+
"grunt-contrib-jshint": "0.10.0",
3939
"grunt-contrib-uglify": "0.5.0",
4040
"grunt-contrib-watch": "0.6.1",
4141
"grunt-git-authors": "1.2.0",

0 commit comments

Comments
 (0)