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

Loading…
Cancel
Save