Build: Put "jQuery Compat" in banners in built files

This commit is contained in:
Michał Gołębiowski
2014-11-03 23:32:56 +01:00
parent b8a084374c
commit 8cd6875935
2 changed files with 2 additions and 2 deletions

View File

@@ -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: {

View File

@@ -1,5 +1,5 @@
/*!
* jQuery JavaScript Library v@VERSION
* jQuery Compat JavaScript Library v@VERSION
* http://jquery.com/
*
* Includes Sizzle.js