Capfile 350 B

1234567891011
  1. load 'deploy' if respond_to?(:namespace) # cap2 differentiator
  2. # Uncomment if you are using Rails' asset pipeline
  3. #START_HIGHLIGHT
  4. load 'deploy/assets'
  5. #END_HIGHLIGHT
  6. Dir['vendor/gems/*/recipes/*.rb','vendor/plugins/*/recipes/*.rb'].
  7. each { |plugin| load(plugin) }
  8. load 'config/deploy' # remove this line to skip loading any of the default tasks