diff options
author | Michał Gołębiowski <m.goleb@gmail.com> | 2014-11-03 23:32:56 +0100 |
---|---|---|
committer | Michał Gołębiowski <m.goleb@gmail.com> | 2014-11-03 23:32:56 +0100 |
commit | 8cd68759352fbec0f1533ef4c491f4fe155c1904 (patch) | |
tree | c5d0e6690658759fce6812e7622686cb5f7bea80 /Gruntfile.js | |
parent | b8a084374cc51aa6060e121e6bdc0e1f3ceb3576 (diff) | |
download | jquery-8cd68759352fbec0f1533ef4c491f4fe155c1904.tar.gz jquery-8cd68759352fbec0f1533ef4c491f4fe155c1904.zip |
Build: Put "jQuery Compat" in banners in built files
Diffstat (limited to 'Gruntfile.js')
-rw-r--r-- | Gruntfile.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index 6ce131092..68d53f052 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -135,7 +135,7 @@ module.exports = function( grunt ) { beautify: { "ascii_only": true }, - banner: "/*! jQuery v<%= pkg.version %> | " + + banner: "/*! jQuery Compat v<%= pkg.version %> | " + "(c) 2005, <%= grunt.template.today('yyyy') %> jQuery Foundation, Inc. | " + "jquery.org/license */", compress: { |