boblmartens / jibber

A small, simple, and unobtrusive blogging platform built using Ruby on Rails.

This URL has Read+Write access

commit  0d6b7deaa4353e831c50b99358dc5a6e67edae02
tree    e7acca86c4b7e648bfbca557b41e4d5860d911bb
parent  404bdb4e3d5125d1f889ea8955a2daa62a1e0bbd
jibber / Capfile
100644 4 lines (3 sloc) 0.152 kb
1
2
3
4
load 'deploy' if respond_to?(:namespace) # cap2 differentiator
Dir['vendor/plugins/*/recipes/*.rb'].each { |plugin| load(plugin) }
load 'config/deploy'