aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Methvin <dave.methvin@gmail.com>2012-12-22 16:23:27 -0500
committerDave Methvin <dave.methvin@gmail.com>2012-12-22 16:23:27 -0500
commitb20f536748300d5aef31ad68cc5adff849a1ee13 (patch)
treedb0d2ed1ad69000ad4cbba3e08b84dce611ab84a
parentb8487664ade1a6bb39959b613846e720ac7901a6 (diff)
downloadjquery-b20f536748300d5aef31ad68cc5adff849a1ee13.tar.gz
jquery-b20f536748300d5aef31ad68cc5adff849a1ee13.zip
Put the map in the dist directory.
-rw-r--r--Gruntfile.js2
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
}