diff options
author | Michał Gołębiowski <m.goleb@gmail.com> | 2013-09-05 18:24:13 +0200 |
---|---|---|
committer | Michał Gołębiowski <m.goleb@gmail.com> | 2013-09-05 18:24:13 +0200 |
commit | 9035cab8c8574404c9eaeb795d0d87f4df772d45 (patch) | |
tree | a5d51de7dbd3dd62ab96491abf6fb68cb3d2b255 /Gruntfile.js | |
parent | e4cfe8242ce3c8084623a65db605896e2dba6968 (diff) | |
download | jquery-9035cab8c8574404c9eaeb795d0d87f4df772d45.tar.gz jquery-9035cab8c8574404c9eaeb795d0d87f4df772d45.zip |
Fix #13983. Switch to //# for sourcemap directives. (cherry-picked from dfaee326e6605dc6d848c4c5022e39069d2cee65)
Diffstat (limited to 'Gruntfile.js')
-rw-r--r-- | Gruntfile.js | 6 |
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" } } }, |