Skip to content

Instantly share code, notes, and snippets.

@yuvalkarmi
Created June 3, 2012 02:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yuvalkarmi/2860959 to your computer and use it in GitHub Desktop.
Save yuvalkarmi/2860959 to your computer and use it in GitHub Desktop.
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