From f79ff688f8a623c30607d8a9ca107d6b0d2dceaf Mon Sep 17 00:00:00 2001 From: Arthur Del Esposte Date: Tue, 15 Dec 2015 19:59:46 +0000 Subject: [PATCH] Remove redundant load of plugins' rake tasks --- Rakefile | 4 ---- 1 file changed, 0 insertions(+), 4 deletions(-) diff --git a/Rakefile b/Rakefile index 0bd1e97..d88acb7 100644 --- a/Rakefile +++ b/Rakefile @@ -17,7 +17,3 @@ end.flatten.each do |taskfile| load taskfile end -# plugins' tasks -plugins_tasks = Dir.glob("config/plugins/*/{tasks,lib/tasks,rails/tasks}/**/*.rake").sort + - Dir.glob("config/plugins/*/vendor/plugins/*/{tasks,lib/tasks,rails/tasks}/**/*.rake").sort -plugins_tasks.each{ |ext| load ext } -- libgit2 0.21.2