From: Jörn Zaefferer Date: Tue, 12 Mar 2013 13:53:18 +0000 (+0100) Subject: Build: Fix the key for the 'all' subtask for compare_size. Stills needs a new version... X-Git-Tag: 1.10.2~7 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=1dc5252de4147d392022b2481072316725cbae7d;p=jquery-ui.git Build: Fix the key for the 'all' subtask for compare_size. Stills needs a new version of grunt-compare-size to actuall work --- 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" ]