Browse Source

Merge pull request #220 from ZDroid/patch-1

Fix indents
pull/224/head
Connor Sears 11 years ago
parent
commit
eac4e86389
  1. 16
      Gruntfile.js

16
Gruntfile.js

@ -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: {

Loading…
Cancel
Save