Skip to content
Snippets Groups Projects
Capfile 482 B
Newer Older
danielgrippi's avatar
danielgrippi committed
#   Copyright (c) 2010-2011, Diaspora Inc.  This file is
Raphael's avatar
Raphael committed
#   licensed under the Affero General Public License version 3 or later.  See
Raphael's avatar
Raphael committed
#   the COPYRIGHT file.
Raphael Sofaer's avatar
Raphael Sofaer committed
load 'deploy' if respond_to?(:namespace) # cap2 differentiator
# Precompile assets in deployment (for Capistrano >= 2.8.0)
load 'deploy/assets' if respond_to?(:namespace)

Raphael Sofaer's avatar
Raphael Sofaer committed
Dir['vendor/plugins/*/recipes/*.rb'].each { |plugin| load(plugin) }

load 'config/deploy' # remove this line to skip loading any of the default tasks