Use pkg.homepage

This commit is contained in:
Zlatan Vasović 2013-11-30 16:11:41 +01:00
parent 0d81c4e339
commit ab87085625
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