mirror of
https://github.com/jquery/jquery.git
synced 2025-01-10 18:24:24 +00:00
Add release time to header on uncompressed file.
This commit is contained in:
parent
6fe4f92da1
commit
71f33cc7d9
@ -411,10 +411,8 @@ module.exports = function( grunt ) {
|
||||
// Embed Version
|
||||
// Embed Date
|
||||
compiled = compiled.replace( /@VERSION/g, version )
|
||||
.replace( "@DATE", function () {
|
||||
// YYYY-MM-DD
|
||||
return ( new Date() ).toISOString().replace( /T.*/, "" );
|
||||
});
|
||||
// yyyy-mm-ddThh:mmZ
|
||||
.replace( /@DATE/g, ( new Date() ).toISOString().replace( /:\d+\.\d+Z$/, "Z" ) );
|
||||
|
||||
// Write concatenated source to file
|
||||
grunt.file.write( name, compiled );
|
||||
|
Loading…
Reference in New Issue
Block a user