Skip to content

Commit 8cd6875

Browse files
committed
Build: Put "jQuery Compat" in banners in built files
1 parent b8a0843 commit 8cd6875

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ module.exports = function( grunt ) {
135135
beautify: {
136136
"ascii_only": true
137137
},
138-
banner: "/*! jQuery v<%= pkg.version %> | " +
138+
banner: "/*! jQuery Compat v<%= pkg.version %> | " +
139139
"(c) 2005, <%= grunt.template.today('yyyy') %> jQuery Foundation, Inc. | " +
140140
"jquery.org/license */",
141141
compress: {

src/intro.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* jQuery JavaScript Library v@VERSION
2+
* jQuery Compat JavaScript Library v@VERSION
33
* http://jquery.com/
44
*
55
* Includes Sizzle.js

0 commit comments

Comments
 (0)