Revision 47773a2833d7cdfc5c9e880ec6f04007a2ca1d84 authored by Mike Perham on 16 December 2012, 04:47:54 UTC, committed by Mike Perham on 16 December 2012, 04:47:54 UTC
2 parent s a921aee + f59f7c5
Raw File
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
back to top