diff options
| author | XhmikosR <[email protected]> | 2014-01-28 13:16:13 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2014-01-28 21:07:56 +0200 |
| commit | 615f1ad4aa8bd5c3343f14c794b27e53b67aa084 (patch) | |
| tree | 322f41f34635caa81c9b5257e2e17a273212d9dd | |
| parent | 01dabd3391591df44f8a0d960bbd14a23723f31d (diff) | |
| download | bootstrap-615f1ad4aa8bd5c3343f14c794b27e53b67aa084.tar.xz bootstrap-615f1ad4aa8bd5c3343f14c794b27e53b67aa084.zip | |
Gruntfile.js: remove unused code.
| -rw-r--r-- | Gruntfile.js | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index 764088fd9..64873cf7c 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -29,16 +29,10 @@ module.exports = function (grunt) { // Metadata. pkg: grunt.file.readJSON('package.json'), banner: '/*!\n' + - ' * Bootstrap v<%= pkg.version %> (<%= pkg.homepage %>)\n' + - ' * Copyright 2011-<%= grunt.template.today("yyyy") %> <%= pkg.author %>\n' + - ' * Licensed under <%= _.pluck(pkg.licenses, "type") %> (<%= _.pluck(pkg.licenses, "url") %>)\n' + - ' */\n', - bannerDocs: '/*!\n' + - ' * Bootstrap Docs (<%= pkg.homepage %>)\n' + - ' * Copyright 2011-<%= grunt.template.today("yyyy") %> <%= pkg.author %>\n' + - ' * Licensed under the Creative Commons Attribution 3.0 Unported License. For\n' + - ' * details, see http://creativecommons.org/licenses/by/3.0/.\n' + - ' */\n', + ' * Bootstrap v<%= pkg.version %> (<%= pkg.homepage %>)\n' + + ' * Copyright 2011-<%= grunt.template.today("yyyy") %> <%= pkg.author %>\n' + + ' * Licensed under <%= _.pluck(pkg.licenses, "type") %> (<%= _.pluck(pkg.licenses, "url") %>)\n' + + ' */\n', jqueryCheck: 'if (typeof jQuery === \'undefined\') { throw new Error(\'Bootstrap requires jQuery\') }\n\n', // Task configuration. |
