|
|
@ -11,14 +11,14 @@ module.exports = function(grunt) { |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
banner: '/*\n' + |
|
|
|
banner: '/*\n' + |
|
|
|
'* =====================================================\n' + |
|
|
|
' * =====================================================\n' + |
|
|
|
'* Ratchet v<%= pkg.version %>\n' + |
|
|
|
' * Ratchet v<%= pkg.version %>\n' + |
|
|
|
'* Copyright <%= grunt.template.today("yyyy") %> <%= pkg.author %>\n' + |
|
|
|
' * Copyright <%= grunt.template.today("yyyy") %> <%= pkg.author %>\n' + |
|
|
|
'* Licensed under <%= _.pluck(pkg.licenses, "url").join(", ") %>\n' + |
|
|
|
' * Licensed under <%= _.pluck(pkg.licenses, "url").join(", ") %>\n' + |
|
|
|
'*\n' + |
|
|
|
' *\n' + |
|
|
|
'* Designed and built by @connors, @dhg, and @fat.\n' + |
|
|
|
' * Designed and built by @connors, @dhg, and @fat.\n' + |
|
|
|
'* =====================================================\n' + |
|
|
|
' * =====================================================\n' + |
|
|
|
'*/\n', |
|
|
|
' */\n', |
|
|
|
|
|
|
|
|
|
|
|
concat: { |
|
|
|
concat: { |
|
|
|
options: { |
|
|
|
options: { |
|
|
|