mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Remove superfluous @
in compressed header. Close gh-925.
Thanks @vlakoff!
This commit is contained in:
parent
9b67b4c0ef
commit
5fb258b895
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
|
||||
|
Loading…
Reference in New Issue
Block a user