jparker / urgetopunt

Web site for urgetopunt.com.

This URL has Read+Write access

urgetopunt / Capfile
100644 5 lines (3 sloc) 0.153 kb
1
2
3
4
5
load 'deploy' if respond_to?(:namespace) # cap2 differentiator
Dir['vendor/plugins/*/recipes/*.rb'].each { |plugin| load(plugin) }
load 'config/deploy'