mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Indent banner to match the *'s
This commit is contained in:
parent
a32b626f5c
commit
dc5625c85b
1 changed files with 6 additions and 6 deletions
12
Gruntfile.js
12
Gruntfile.js
|
@ -9,12 +9,12 @@ 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 %> by @fat and @mdo\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' +
|
' *\n' +
|
||||||
'* Designed and built with all the love in the world by @mdo and @fat.\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',
|
jqueryCheck: 'if (typeof jQuery === "undefined") { throw new Error("Bootstrap requires jQuery") }\n\n',
|
||||||
|
|
||||||
// Task configuration.
|
// Task configuration.
|
||||||
|
|
Loading…
Add table
Reference in a new issue