aboutsummaryrefslogtreecommitdiffstats
path: root/Gruntfile.js
diff options
context:
space:
mode:
authorMichał Gołębiowski <m.goleb@gmail.com>2014-11-03 23:32:56 +0100
committerMichał Gołębiowski <m.goleb@gmail.com>2014-11-03 23:32:56 +0100
commit8cd68759352fbec0f1533ef4c491f4fe155c1904 (patch)
treec5d0e6690658759fce6812e7622686cb5f7bea80 /Gruntfile.js
parentb8a084374cc51aa6060e121e6bdc0e1f3ceb3576 (diff)
downloadjquery-8cd68759352fbec0f1533ef4c491f4fe155c1904.tar.gz
jquery-8cd68759352fbec0f1533ef4c491f4fe155c1904.zip
Build: Put "jQuery Compat" in banners in built files
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js2
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: {