Commit f79ff688f8a623c30607d8a9ca107d6b0d2dceaf

Authored by Arthur Esposte
Committed by Rodrigo Souto
1 parent d9561154

Remove redundant load of plugins' rake tasks

Showing 1 changed file with 0 additions and 4 deletions   Show diff stats
Rakefile
... ... @@ -17,7 +17,3 @@ end.flatten.each do |taskfile|
17 17 load taskfile
18 18 end
19 19  
20   -# plugins' tasks
21   -plugins_tasks = Dir.glob("config/plugins/*/{tasks,lib/tasks,rails/tasks}/**/*.rake").sort +
22   - Dir.glob("config/plugins/*/vendor/plugins/*/{tasks,lib/tasks,rails/tasks}/**/*.rake").sort
23   -plugins_tasks.each{ |ext| load ext }
... ...