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 91e06e9 commit 181b451Copy full SHA for 181b451
Gruntfile.js
@@ -129,8 +129,8 @@ module.exports = function( grunt ) {
129
},
130
options: {
131
preserveComments: false,
132
- sourceMap: "dist/jquery.min.map",
133
- sourceMappingURL: "jquery.min.map",
+ sourceMap: true,
+ sourceMapName: "dist/jquery.min.map",
134
report: "min",
135
beautify: {
136
"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.10.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