We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c869a1e commit 269a27cCopy full SHA for 269a27c
Gruntfile.js
@@ -130,8 +130,8 @@ module.exports = function( grunt ) {
130
},
131
options: {
132
preserveComments: false,
133
- sourceMap: "dist/jquery.min.map",
134
- sourceMappingURL: "jquery.min.map",
+ sourceMap: true,
+ sourceMapName: "dist/jquery.min.map",
135
report: "min",
136
beautify: {
137
"ascii_only": true
package.json
@@ -35,7 +35,7 @@
35
"grunt": "0.4.5",
36
"grunt-cli": "0.1.13",
37
"grunt-compare-size": "0.4.0",
38
- "grunt-contrib-jshint": "0.8.0",
+ "grunt-contrib-jshint": "0.10.0",
39
"grunt-contrib-uglify": "0.5.0",
40
"grunt-contrib-watch": "0.6.1",
41
"grunt-git-authors": "1.2.0",
0 commit comments