From 1dc5252de4147d392022b2481072316725cbae7d Mon Sep 17 00:00:00 2001 From: Jörn Zaefferer Date: Tue, 12 Mar 2013 14:53:18 +0100 Subject: 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(-) (limited to 'Gruntfile.js') 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" ] -- cgit v1.2.3