mirror of
https://github.com/jquery/jquery.git
synced 2026-02-01 14:34:56 -05:00
Build: Put "jQuery Compat" in banners in built files
This commit is contained in:
@@ -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: {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*!
|
||||
* jQuery JavaScript Library v@VERSION
|
||||
* jQuery Compat JavaScript Library v@VERSION
|
||||
* http://jquery.com/
|
||||
*
|
||||
* Includes Sizzle.js
|
||||
|
||||
Reference in New Issue
Block a user