mirror of https://github.com/twbs/bootstrap.git
Alternate fix for #11303: add link to site in banner and remove @mdo and @fat usernames from it
This commit is contained in:
parent
bb4a39d51c
commit
a7a9dcaeb2
|
@ -11,11 +11,9 @@ module.exports = function(grunt) {
|
||||||
// Metadata.
|
// Metadata.
|
||||||
pkg: grunt.file.readJSON('package.json'),
|
pkg: grunt.file.readJSON('package.json'),
|
||||||
banner: '/*!\n' +
|
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' +
|
' * Copyright <%= grunt.template.today("yyyy") %> <%= pkg.author %>\n' +
|
||||||
' * Licensed under <%= _.pluck(pkg.licenses, "url").join(", ") %>\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',
|
' */\n\n',
|
||||||
jqueryCheck: 'if (typeof jQuery === "undefined") { throw new Error("Bootstrap requires jQuery") }\n\n',
|
jqueryCheck: 'if (typeof jQuery === "undefined") { throw new Error("Bootstrap requires jQuery") }\n\n',
|
||||||
|
|
||||||
|
|
|
@ -1,9 +1,7 @@
|
||||||
/*!
|
/*!
|
||||||
* Bootstrap v3.0.2 by @fat and @mdo
|
* Bootstrap v3.0.2 (http://getbootstrap.com)
|
||||||
* Copyright 2013 Twitter, Inc.
|
* Copyright 2013 Twitter, Inc.
|
||||||
* Licensed under http://www.apache.org/licenses/LICENSE-2.0
|
* Licensed under http://www.apache.org/licenses/LICENSE-2.0
|
||||||
*
|
|
||||||
* Designed and built with all the love in the world by @mdo and @fat.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
.btn-default,
|
.btn-default,
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1,9 +1,7 @@
|
||||||
/*!
|
/*!
|
||||||
* Bootstrap v3.0.2 by @fat and @mdo
|
* Bootstrap v3.0.2 (http://getbootstrap.com)
|
||||||
* Copyright 2013 Twitter, Inc.
|
* Copyright 2013 Twitter, Inc.
|
||||||
* Licensed under http://www.apache.org/licenses/LICENSE-2.0
|
* Licensed under http://www.apache.org/licenses/LICENSE-2.0
|
||||||
*
|
|
||||||
* Designed and built with all the love in the world by @mdo and @fat.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
|
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1,9 +1,7 @@
|
||||||
/*!
|
/*!
|
||||||
* Bootstrap v3.0.2 by @fat and @mdo
|
* Bootstrap v3.0.2 (http://getbootstrap.com)
|
||||||
* Copyright 2013 Twitter, Inc.
|
* Copyright 2013 Twitter, Inc.
|
||||||
* Licensed under http://www.apache.org/licenses/LICENSE-2.0
|
* Licensed under http://www.apache.org/licenses/LICENSE-2.0
|
||||||
*
|
|
||||||
* Designed and built with all the love in the world by @mdo and @fat.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
if (typeof jQuery === "undefined") { throw new Error("Bootstrap requires jQuery") }
|
if (typeof jQuery === "undefined") { throw new Error("Bootstrap requires jQuery") }
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue