From ad405bb8f757f8e480c818a6cf29b433a6f8e597 Mon Sep 17 00:00:00 2001 From: mauricemach Date: Fri, 14 Oct 2011 10:45:44 -0300 Subject: [PATCH] Added description to `cake setup`. --- Cakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cakefile b/Cakefile index 62a9355..299ef10 100644 --- a/Cakefile +++ b/Cakefile @@ -19,7 +19,7 @@ task 'vendor', -> run 'head -n 1 vendor/jquery*', -> run 'head -n 3 vendor/sammy*' -task 'setup', -> +task 'setup', 'build + vendor', -> invoke 'build' invoke 'vendor'