Skip to content

Commit

Permalink
Minor init:gruntfile template tweaks.
Browse files Browse the repository at this point in the history
  • Loading branch information
cowboy committed Apr 5, 2012
1 parent e077ab0 commit 47cf3ab
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions tasks/init/gruntfile/root/grunt.js
Expand Up @@ -12,8 +12,12 @@ module.exports = function(grunt) {
' Licensed <%= _.pluck(pkg.licenses, "type").join(", ") %> */'
},{% } else { %}
meta: {
banner: '/*! PROJECT_NAME - v0.1.0 - {%= grunt.template.today("yyyy-mm-dd") %}\n' +
'* Copyright (c) {%= grunt.template.today("yyyy") %} YOUR_NAME; Licensed MIT %> */'
version: '0.1.0',
banner: '/*! PROJECT_NAME - v<%= meta.version %> - ' +
'<%= grunt.template.today("yyyy-mm-dd") %>\n' +
'* http://PROJECT_WEBSITE/\n' +
'* Copyright (c) <%= grunt.template.today("yyyy") %> ' +
'YOUR_NAME; Licensed MIT */'
},{% } } %}
lint: {
files: ['grunt.js', '{%= lib_dir %}/**/*.js', '{%= test_dir %}/**/*.js']
Expand Down

0 comments on commit 47cf3ab

Please sign in to comment.