aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-10-02 10:59:03 -0700
committerMark Otto <[email protected]>2013-10-02 10:59:03 -0700
commit79c3f23ac4c3f2eb6ce0693231b5785cda65dc24 (patch)
treee575e35c4f91aa7c9d2f18d7636549b33e77cdd5
parenta32b626f5cce692be2cec6fe9b8cb630ec47634c (diff)
parentdc5625c85b088d031f7084f3c78443fce9dc170d (diff)
downloadbootstrap-79c3f23ac4c3f2eb6ce0693231b5785cda65dc24.tar.xz
bootstrap-79c3f23ac4c3f2eb6ce0693231b5785cda65dc24.zip
Merge pull request #10908 from ZDroid/patch-4
Indent banner to match the *'s
-rw-r--r--Gruntfile.js12
1 files changed, 6 insertions, 6 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index 92e927ebc..4edad59ae 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -9,12 +9,12 @@ module.exports = function(grunt) {
// Metadata.
pkg: grunt.file.readJSON('package.json'),
banner: '/*!\n' +
- '* Bootstrap v<%= pkg.version %> by @fat and @mdo\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',
+ ' * Bootstrap v<%= pkg.version %> by @fat and @mdo\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',
jqueryCheck: 'if (typeof jQuery === "undefined") { throw new Error("Bootstrap requires jQuery") }\n\n',
// Task configuration.