1
0
Fork 0
mirror of https://github.com/capistrano/capistrano synced 2023-03-27 23:21:18 -04:00

Add unpacked gems path in Capfile

This commit is contained in:
Rafa G 2010-08-26 23:55:19 +02:00 committed by Lee Hambley
parent 7c8678d78e
commit ee1d6bd272

View file

@ -38,7 +38,7 @@ end
files = { files = {
"Capfile" => unindent(<<-FILE), "Capfile" => unindent(<<-FILE),
load 'deploy' if respond_to?(:namespace) # cap2 differentiator load 'deploy' if respond_to?(:namespace) # cap2 differentiator
Dir['vendor/plugins/*/recipes/*.rb'].each { |plugin| load(plugin) } Dir['vendor/gems/*/recipes/*.rb','vendor/plugins/*/recipes/*.rb'].each { |plugin| load(plugin) }
load 'config/deploy' # remove this line to skip loading any of the default tasks load 'config/deploy' # remove this line to skip loading any of the default tasks
FILE FILE