2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03:00

Add another newline to improve final code readability

This divides banner from code.
This commit is contained in:
Zlatan Vasović
2013-10-24 19:32:41 +02:00
parent 54cd0f8c2f
commit 20cba845c2
7 changed files with 16 additions and 10 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ module.exports = function(grunt) {
' * 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',
' */\n\n',
jqueryCheck: 'if (typeof jQuery === "undefined") { throw new Error("Bootstrap requires jQuery") }\n\n',
// Task configuration.