mirror of
https://github.com/jquery/jquery.git
synced 2026-02-01 12:45:04 -05:00
Build: update source map options for the new grunt jshint
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user