diff options
author | Dave Methvin <dave.methvin@gmail.com> | 2013-01-11 16:59:24 -0500 |
---|---|---|
committer | Dave Methvin <dave.methvin@gmail.com> | 2013-01-11 16:59:24 -0500 |
commit | fa71737fb424a43b9f705098c5be06b1c40f29b6 (patch) | |
tree | 627ca15654c4ce7b63a30f7b8b0b5a2c141274e0 | |
parent | c0c1bdde6099a3fa1c16014be090aa6bf1fca8ca (diff) | |
download | jquery-fa71737fb424a43b9f705098c5be06b1c40f29b6.tar.gz jquery-fa71737fb424a43b9f705098c5be06b1c40f29b6.zip |
Leave out the web site, you know where to find us.
-rw-r--r-- | Gruntfile.js | 2 |
1 files changed, 1 insertions, 1 deletions
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 |