aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJörn Zaefferer <joern.zaefferer@gmail.com>2013-03-12 14:53:18 +0100
committerJörn Zaefferer <joern.zaefferer@gmail.com>2013-03-12 14:53:18 +0100
commit1dc5252de4147d392022b2481072316725cbae7d (patch)
tree9e46e98268e33a248a3a4d4d959dcf2e2a6085bf
parente090a3655550c9cd20067952809f44b052064f4e (diff)
downloadjquery-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.js2
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"
]