Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -120,7 +120,7 @@ module.exports = function( grunt ) { | ||
ascii_only: true | ||
}, | ||
banner: "/*! jQuery v<%= pkg.version %> | " + | ||
"(c) 2005, 2013 jQuery Foundation, Inc. | " + | ||
"(c) 2005, <%= grunt.template.today('yyyy') %> jQuery Foundation, Inc. | " + | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
dmethvin
Author
Member
|
||
"jquery.org/license */", | ||
compress: { | ||
hoist_funs: false, | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some time ago I proposed to put here the date of current commit instead of the current date. The latter has drawbacks that you can get a different time for the same commit depending only on the time of the compilation which is less than ideal.
Ideally the same logic would be applied to the date (not only a year) put in the intro file.