We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cb276c commit 15eb3acCopy full SHA for 15eb3ac
grunt.js
@@ -12,7 +12,7 @@ config.init({
12
pkg: '<json:package.json>',
13
meta: {
14
banner: '/*! <%= pkg.title || pkg.name %> - v<%= pkg.version %> - ' +
15
- '<%= template.today("m/d/yyyy") %>\n' +
+ '<%= template.today("isoDate") %>\n' +
16
'<%= pkg.homepage ? "* " + pkg.homepage + "\n" : "" %>' +
17
// TODO makes this banner only useful for the min-all task below...
18
'* Includes: ' + rawList.join(', ') + '\n' +
0 commit comments