From: Dave Methvin Date: Sat, 22 Dec 2012 21:23:27 +0000 (-0500) Subject: Put the map in the dist directory. X-Git-Tag: 1.9.0rc1~17 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=b20f536748300d5aef31ad68cc5adff849a1ee13;p=jquery.git Put the map in the dist directory. --- diff --git a/Gruntfile.js b/Gruntfile.js index bb9455a9c..8c9e76408 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -97,7 +97,7 @@ module.exports = function( grunt ) { }, options: { banner: "/*! jQuery v<%= pkg.version %> jquery.com | jquery.org/license */", - sourceMap: "jquery.min.map", + sourceMap: "dist/jquery.min.map", beautify: { ascii_only: true }