From b20f536748300d5aef31ad68cc5adff849a1ee13 Mon Sep 17 00:00:00 2001 From: Dave Methvin Date: Sat, 22 Dec 2012 16:23:27 -0500 Subject: [PATCH] Put the map in the dist directory. --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } -- 2.39.5