aboutsummaryrefslogtreecommitdiff
path: root/Gruntfile.js
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-11-30 00:42:36 -0800
committerMark Otto <[email protected]>2013-11-30 00:42:36 -0800
commita7a9dcaeb2231b2580cf79fcee7d777b98ac24d8 (patch)
tree8759b26aaaddd72e4648facb38d8ca356190775a /Gruntfile.js
parentbb4a39d51cd644b212323a7e36f0b5af2682d0ca (diff)
downloadbootstrap-a7a9dcaeb2231b2580cf79fcee7d777b98ac24d8.tar.xz
bootstrap-a7a9dcaeb2231b2580cf79fcee7d777b98ac24d8.zip
Alternate fix for #11303: add link to site in banner and remove @mdo and @fat usernames from it
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index ebc3abc38..beacc3cc8 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -11,11 +11,9 @@ module.exports = function(grunt) {
// Metadata.
pkg: grunt.file.readJSON('package.json'),
banner: '/*!\n' +
- ' * Bootstrap v<%= pkg.version %> by @fat and @mdo\n' +
+ ' * Bootstrap v<%= pkg.version %> (http://getbootstrap.com)\n' +
' * Copyright <%= grunt.template.today("yyyy") %> <%= pkg.author %>\n' +
' * Licensed under <%= _.pluck(pkg.licenses, "url").join(", ") %>\n' +
- ' *\n' +
- ' * Designed and built with all the love in the world by @mdo and @fat.\n' +
' */\n\n',
jqueryCheck: 'if (typeof jQuery === "undefined") { throw new Error("Bootstrap requires jQuery") }\n\n',