From: Dave Methvin Date: Fri, 11 Jan 2013 21:59:24 +0000 (-0500) Subject: Leave out the web site, you know where to find us. X-Git-Tag: 2.0.0b1~10 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=fa71737fb424a43b9f705098c5be06b1c40f29b6;p=jquery.git Leave out the web site, you know where to find us. --- diff --git a/Gruntfile.js b/Gruntfile.js index 7a35c6fda..b626f9e0c 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -96,7 +96,7 @@ module.exports = function( grunt ) { "dist/jquery.min.js": [ "dist/jquery.js" ] }, options: { - banner: "/*! jQuery v<%= pkg.version %> jquery.com | (c) 2005, 2013 jQuery Foundation, Inc. | jquery.org/license */", + banner: "/*! jQuery v<%= pkg.version %> | (c) 2005, 2013 jQuery Foundation, Inc. | jquery.org/license */", sourceMap: "dist/jquery.min.map", beautify: { ascii_only: true