1 /*global config:true, task:true*/
3 pkg: '<json:package.json>',
5 banner: '/*! <%= pkg.title || pkg.name %> - v<%= pkg.version %> - ' +
6 '<%= template.today("m/d/yyyy") %>\n' +
7 '<%= pkg.homepage ? "* " + pkg.homepage + "\n" : "" %>' +
8 '* Copyright (c) <%= template.today("yyyy") %> <%= pkg.author.name %>;' +
9 ' Licensed <%= _.pluck(pkg.licenses, "type").join(", ") %> */'
12 // TODO include 'test/logs.html' as well
13 files: ['test/index.html']
16 // TODO lint test files: 'test/**/*.js' - needs seperate globals list
17 files: ['grunt.js', 'qunit/*.js']
44 task.registerTask('default', 'lint qunit');