]> source.dussan.org Git - jquery.git/commitdiff
Put the map in the dist directory.
authorDave Methvin <dave.methvin@gmail.com>
Sat, 22 Dec 2012 21:23:27 +0000 (16:23 -0500)
committerDave Methvin <dave.methvin@gmail.com>
Sat, 22 Dec 2012 21:23:27 +0000 (16:23 -0500)
Gruntfile.js

index bb9455a9c243ee7fd811e953bdd7c2318522dad1..8c9e76408131efed2e45c7be0c9e085b278c8723 100644 (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
                                        }