// Metadata.
pkg: grunt.file.readJSON('package.json'),
banner: '/*!\n' +
- '* Bootstrap v<%= pkg.version %> by @fat and @mdo\n' +
- '* Copyright <%= grunt.template.today("yyyy") %> <%= pkg.author %>\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',
+ ' * Bootstrap v<%= pkg.version %> by @fat and @mdo\n' +
+ ' * Copyright <%= grunt.template.today("yyyy") %> <%= pkg.author %>\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 (typeof jQuery === "undefined") { throw new Error("Bootstrap requires jQuery") }\n\n',
// Task configuration.