From 5fb258b89500bbe5d01a54e4d65b0d441ebcb618 Mon Sep 17 00:00:00 2001 From: Dave Methvin Date: Sun, 9 Sep 2012 21:23:17 -0400 Subject: [PATCH] Remove superfluous `@` in compressed header. Close gh-925. Thanks @vlakoff! --- grunt.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grunt.js b/grunt.js index e05f06724..a2db873a7 100644 --- a/grunt.js +++ b/grunt.js @@ -39,7 +39,7 @@ module.exports = function( grunt ) { pkg: "", 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 -- 2.39.5