1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-01 11:20:26 +02:00

Merge pull request #11657 from ZDroid/homepage

Use pkg.homepage
This commit is contained in:
Mark Otto
2013-11-30 11:46:22 -08:00
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ module.exports = function(grunt) {
// Metadata.
pkg: grunt.file.readJSON('package.json'),
banner: '/*!\n' +
' * Bootstrap v<%= pkg.version %> (http://getbootstrap.com)\n' +
' * Bootstrap v<%= pkg.version %> (<%= pkg.homepage %>)\n' +
' * Copyright <%= grunt.template.today("yyyy") %> <%= pkg.author %>\n' +
' * Licensed under <%= _.pluck(pkg.licenses, "url").join(", ") %>\n' +
' */\n\n',

File diff suppressed because one or more lines are too long