]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Indent banner to match the *'s 10908/head
authorZlatan Vasović <legospace9876@gmail.com>
Wed, 2 Oct 2013 12:33:17 +0000 (14:33 +0200)
committerZlatan Vasović <legospace9876@gmail.com>
Wed, 2 Oct 2013 12:33:17 +0000 (14:33 +0200)
Gruntfile.js

index 92e927ebc8727581ed439e401f53c70a11f2a378..4edad59ae2ad19a9d5615bb719b39f6f1dae47c1 100644 (file)
@@ -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.