Skip to content

Commit

Permalink
Cleanup grunt.js, no need for the banner
Browse files Browse the repository at this point in the history
  • Loading branch information
jzaefferer committed Mar 7, 2012
1 parent c6d00bd commit 97319a0
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions grunt.js
@@ -1,13 +1,6 @@
/*global config:true, task:true*/
config.init({
pkg: '<json:package.json>',
meta: {
banner: '/*! <%= pkg.title || pkg.name %> - v<%= pkg.version %> - ' +
'<%= template.today("m/d/yyyy") %>\n' +
'<%= pkg.homepage ? "* " + pkg.homepage + "\n" : "" %>' +
'* Copyright (c) <%= template.today("yyyy") %> <%= pkg.author.name %>;' +
' Licensed <%= _.pluck(pkg.licenses, "type").join(", ") %> */'
},
qunit: {
// TODO include 'test/logs.html' as well
files: ['test/index.html']
Expand Down

0 comments on commit 97319a0

Please sign in to comment.