Skip to content

Commit 181b451

Browse files
committed
Build: update source map options for the new grunt jshint
1 parent 91e06e9 commit 181b451

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
@@ -129,8 +129,8 @@ module.exports = function( grunt ) {
129129
},
130130
options: {
131131
preserveComments: false,
132-
sourceMap: "dist/jquery.min.map",
133-
sourceMappingURL: "jquery.min.map",
132+
sourceMap: true,
133+
sourceMapName: "dist/jquery.min.map",
134134
report: "min",
135135
beautify: {
136136
"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.10.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)