diff options
author | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2013-03-12 14:53:18 +0100 |
---|---|---|
committer | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2013-03-12 14:53:18 +0100 |
commit | 1dc5252de4147d392022b2481072316725cbae7d (patch) | |
tree | 9e46e98268e33a248a3a4d4d959dcf2e2a6085bf | |
parent | e090a3655550c9cd20067952809f44b052064f4e (diff) | |
download | jquery-ui-1dc5252de4147d392022b2481072316725cbae7d.tar.gz jquery-ui-1dc5252de4147d392022b2481072316725cbae7d.zip |
Build: Fix the key for the 'all' subtask for compare_size. Stills needs a new version of grunt-compare-size to actuall work
-rw-r--r-- | Gruntfile.js | 2 |
1 files changed, 1 insertions, 1 deletions
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" ] |