Skip to content

Commit 15eb3ac

Browse files
committed
Use isoDate format for min banner
1 parent 3cb276c commit 15eb3ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grunt.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ config.init({
1212
pkg: '<json:package.json>',
1313
meta: {
1414
banner: '/*! <%= pkg.title || pkg.name %> - v<%= pkg.version %> - ' +
15-
'<%= template.today("m/d/yyyy") %>\n' +
15+
'<%= template.today("isoDate") %>\n' +
1616
'<%= pkg.homepage ? "* " + pkg.homepage + "\n" : "" %>' +
1717
// TODO makes this banner only useful for the min-all task below...
1818
'* Includes: ' + rawList.join(', ') + '\n' +

0 commit comments

Comments
 (0)