diff options
author | Michał Gołębiowski <m.goleb@gmail.com> | 2013-11-09 23:12:06 +0100 |
---|---|---|
committer | Michał Gołębiowski <m.goleb@gmail.com> | 2013-11-09 23:12:40 +0100 |
commit | 7c38b0686d1e558715c8cff8bcfa538aca146b8e (patch) | |
tree | cc5ee6e51fb04ee4f231cef3e96c07730fdbee33 /package.json | |
parent | ff951314e3914b67660742335fd7d4c59a36f9d9 (diff) | |
download | jquery-7c38b0686d1e558715c8cff8bcfa538aca146b8e.tar.gz jquery-7c38b0686d1e558715c8cff8bcfa538aca146b8e.zip |
Remove workarounds for the uglify task mishandling banners when used with source maps. (cherry-picked from d0fadbba9f1dbe2ee009be6586fbdf3cda4eff98)
The issue was fixed in grunt-contrib-uglify:
https://github.com/gruntjs/grunt-contrib-uglify/issues/22
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index e1db1978f..9a3a25fdb 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "grunt": "~0.4.1", "grunt-compare-size": "~0.4.0", "grunt-contrib-jshint": "~0.7.0", - "grunt-contrib-uglify": "~0.2.4", + "grunt-contrib-uglify": "~0.2.7", "grunt-contrib-watch": "~0.5.3", "grunt-git-authors": "~1.2.0", "grunt-jscs-checker": "~0.2.3", |