Put the map in the dist directory.

This commit is contained in:
Dave Methvin 2012-12-22 16:23:27 -05:00
parent b8487664ad
commit b20f536748

View File

@ -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
}