diff options
author | Dave Methvin <dave.methvin@gmail.com> | 2012-12-22 16:23:27 -0500 |
---|---|---|
committer | Dave Methvin <dave.methvin@gmail.com> | 2012-12-22 16:23:27 -0500 |
commit | b20f536748300d5aef31ad68cc5adff849a1ee13 (patch) | |
tree | db0d2ed1ad69000ad4cbba3e08b84dce611ab84a | |
parent | b8487664ade1a6bb39959b613846e720ac7901a6 (diff) | |
download | jquery-b20f536748300d5aef31ad68cc5adff849a1ee13.tar.gz jquery-b20f536748300d5aef31ad68cc5adff849a1ee13.zip |
Put the map in the dist directory.
-rw-r--r-- | Gruntfile.js | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |