mirror of
https://github.com/jquery/jquery.git
synced 2026-01-23 07:18:04 -05:00
Remove superfluous @ in compressed header. Close gh-925.
Thanks @vlakoff!
This commit is contained in:
2
grunt.js
2
grunt.js
@@ -39,7 +39,7 @@ module.exports = function( grunt ) {
|
||||
pkg: "<json:package.json>",
|
||||
dst: readOptionalJSON("dist/.destination.json"),
|
||||
meta: {
|
||||
banner: "/*! jQuery v@<%= pkg.version %> jquery.com | jquery.org/license */"
|
||||
banner: "/*! jQuery v<%= pkg.version %> jquery.com | jquery.org/license */"
|
||||
},
|
||||
compare_size: {
|
||||
files: distpaths
|
||||
|
||||
Reference in New Issue
Block a user