This commit is contained in:
Espen Antonsen 2009-05-25 21:47:19 +02:00
parent 510b351979
commit 8a73abe335

3
Capfile Normal file
View file

@ -0,0 +1,3 @@
load 'deploy' if respond_to?(:namespace) # cap2 differentiator
Dir['vendor/plugins/*/recipes/*.rb'].each { |plugin| load(plugin) }
load 'config/deploy'