aboutsummaryrefslogtreecommitdiffstats
path: root/Gruntfile.js
diff options
context:
space:
mode:
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js6
1 files changed, 2 insertions, 4 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index 8bd906b3f..e62255720 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -83,12 +83,10 @@ module.exports = function( grunt ) {
"dist/jquery.pre-min.js": [ "dist/jquery.js" ]
},
options: {
- banner: "\n\n\n\n\n\n\n\n\n\n" + // banner line size must be preserved
+ banner: "\n\n\n\n\n\n\n\n\n\n\n\n" + // banner line size must be preserved
"/*! jQuery v<%= pkg.version %> | " +
"(c) 2005, 2013 jQuery Foundation, Inc. | " +
- "jquery.org/license\n" +
- "//@ sourceMappingURL=jquery.min.map\n" +
- "*/\n"
+ "jquery.org/license */\n"
}
}
},