herestomwiththeweather / roll_my_blog

A lighweight blogging platform. It is really really lightweight.

This URL has Read+Write access

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