diff options
| author | Mark Otto <[email protected]> | 2013-08-23 22:38:51 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-23 22:38:51 -0700 |
| commit | 48d929d69edf06fd0b02e05522e0c8efe6b5b77f (patch) | |
| tree | 58dca950b55d1352382db98b0dcdf28b77a77306 /Gruntfile.js | |
| parent | 7a7149d2eef386912e497907e1b2322ee98c0234 (diff) | |
| download | bootstrap-48d929d69edf06fd0b02e05522e0c8efe6b5b77f.tar.xz bootstrap-48d929d69edf06fd0b02e05522e0c8efe6b5b77f.zip | |
Use jekyll var for current version in docs; update banner in gruntfile to match .less banner
Diffstat (limited to 'Gruntfile.js')
| -rw-r--r-- | Gruntfile.js | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index cfefae2cd..6b861113e 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -9,9 +9,11 @@ module.exports = function(grunt) { // Metadata. pkg: grunt.file.readJSON('package.json'), banner: '/**\n' + - '* <%= pkg.name %>.js 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' + - '* <%= _.pluck(pkg.licenses, "url").join(", ") %>\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 (!jQuery) { throw new Error(\"Bootstrap requires jQuery\") }\n\n', |
