Remove superfluous @ in compressed header. Close gh-925.

Thanks @vlakoff!
This commit is contained in:
Dave Methvin 2012-09-09 21:23:17 -04:00
parent 9b67b4c0ef
commit 5fb258b895

View File

@ -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