summaryrefslogtreecommitdiff
path: root/Capfile
blob: f65237ff27816418f55a7c2b644f091d68d3ae36 (plain)
1
2
3
4
5
load 'deploy'
# Uncomment if you are using Rails' asset pipeline
load 'deploy/assets'
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