From 1dc5252de4147d392022b2481072316725cbae7d Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=B6rn=20Zaefferer?= Date: Tue, 12 Mar 2013 14:53:18 +0100 Subject: [PATCH] Build: Fix the key for the 'all' subtask for compare_size. Stills needs a new version of grunt-compare-size to actuall work --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 96a93ded0..57dcde8ab 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -81,7 +81,7 @@ var }, compareFiles = { - files: [ + all: [ "dist/jquery-ui.js", "dist/jquery-ui.min.js" ] -- 2.39.5