aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2014-01-28 17:35:09 -0800
committerChris Rebert <[email protected]>2014-01-28 17:35:09 -0800
commit9ec5905c079230f2f770ca92912ce10860a07ed9 (patch)
tree7983dadda9aaad46ec9fb319ec55b505413e063e
parent37926839fff64567d27e234de413ea65fe5526ee (diff)
parent615f1ad4aa8bd5c3343f14c794b27e53b67aa084 (diff)
downloadbootstrap-9ec5905c079230f2f770ca92912ce10860a07ed9.tar.xz
bootstrap-9ec5905c079230f2f770ca92912ce10860a07ed9.zip
Merge pull request #12415 from XhmikosR/master
Gruntfile.js: remove unused code.
-rw-r--r--Gruntfile.js14
1 files changed, 4 insertions, 10 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index c0131bdde..dde7870b0 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -28,16 +28,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.