Skip to content

Instantly share code, notes, and snippets.

@yuvalkarmi
Created June 3, 2012 02:01
Capfile
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
load 'deploy/assets'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment