Skip to content
Permalink
Browse files
Build: Happy New Year! Thanks @marlonlandaverde
  • Loading branch information
dmethvin committed Jan 10, 2014
1 parent 0858144 commit 3118f58
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
@@ -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.

Copy link
@mgol

mgol Jan 10, 2014

Member

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.

This comment has been minimized.

Copy link
@dmethvin

dmethvin Jan 10, 2014

Author Member

For just the build year, I can't see this making much of a difference in normal cases though. I suppose if you checked out an old tag and rebuilt the year would be "wrong" but I'm not even sure it would really be wrong.

"jquery.org/license */",
compress: {
hoist_funs: false,
@@ -1,4 +1,4 @@
Copyright 2013 jQuery Foundation and other contributors
Copyright 2014 jQuery Foundation and other contributors
http://jquery.com/

Permission is hereby granted, free of charge, to any person obtaining
@@ -5,7 +5,7 @@
* Includes Sizzle.js
* http://sizzlejs.com/
*
* Copyright 2005, 2013 jQuery Foundation, Inc. and other contributors
* Copyright 2005, 2014 jQuery Foundation, Inc. and other contributors
* Released under the MIT license
* http://jquery.org/license
*

0 comments on commit 3118f58

Please sign in to comment.