Capfile 298 B

12345678
  1. load 'deploy'
  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