psousa / baseapp-orange forked from ariejan/baseapp

This is a fork from BaseApp in attempt to make it a more suitable backoffice and structure for my own projects but it might have something you like.

This URL has Read+Write access

commit  6dadb39dacc3a3984dbdcb293bf09e12acb72b6a
tree    59663096b8070394953bac79345fb159d69ab6c6
parent  576396cbeb2f9648b7d830ce30c84d4de5036ed1
baseapp-orange / Capfile
100644 3 lines (3 sloc) 0.151 kb
1
2
3
load 'deploy' if respond_to?(:namespace) # cap2 differentiator
Dir['vendor/plugins/*/recipes/*.rb'].each { |plugin| load(plugin) }
load 'config/deploy'