From 11f386fe89b7b6b86e6c87e5bb22cc34535138b9 Mon Sep 17 00:00:00 2001 From: Michał Gołębiowski Date: Wed, 2 Oct 2013 00:39:49 +0200 Subject: No ticket. Simplify the post-uglify task. (cherry-picked from 923bfc80dbba00659a2fbadafad6d894973cc560) --- Gruntfile.js | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'Gruntfile.js') diff --git a/Gruntfile.js b/Gruntfile.js index a4215b558..4be86f296 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -121,12 +121,9 @@ module.exports = function( grunt ) { }, "post-uglify": { all: { - files: { - "dist/jquery.min.map.tmp": [ "dist/jquery.min.map" ], - "dist/jquery.min.js.tmp": [ "dist/jquery.min.js" ] - }, + src: [ "dist/jquery.min.map" ], options: { - tempFiles: [ "dist/jquery.min.map.tmp", "dist/jquery.min.js.tmp", "dist/jquery.pre-min.js" ] + tempFiles: [ "dist/jquery.pre-min.js" ] } } } -- cgit v1.2.3