aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Methvin <dave.methvin@gmail.com>2013-01-11 16:59:24 -0500
committerDave Methvin <dave.methvin@gmail.com>2013-01-11 16:59:24 -0500
commitfa71737fb424a43b9f705098c5be06b1c40f29b6 (patch)
tree627ca15654c4ce7b63a30f7b8b0b5a2c141274e0
parentc0c1bdde6099a3fa1c16014be090aa6bf1fca8ca (diff)
downloadjquery-fa71737fb424a43b9f705098c5be06b1c40f29b6.tar.gz
jquery-fa71737fb424a43b9f705098c5be06b1c40f29b6.zip
Leave out the web site, you know where to find us.
-rw-r--r--Gruntfile.js2
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