Skip to content

Commit

Permalink
Build: Put "jQuery Compat" in banners in built files
Browse files Browse the repository at this point in the history
  • Loading branch information
mgol committed Nov 3, 2014
1 parent b8a0843 commit 8cd6875
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Expand Up @@ -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: {
Expand Down
2 changes: 1 addition & 1 deletion src/intro.js
@@ -1,5 +1,5 @@
/*!
* jQuery JavaScript Library v@VERSION
* jQuery Compat JavaScript Library v@VERSION
* http://jquery.com/
*
* Includes Sizzle.js
Expand Down

0 comments on commit 8cd6875

Please sign in to comment.