public
Description: The kick ass (non-commercial) home for musicians and their music
Homepage: http://alonetone.com
Clone URL: git://github.com/sudara/alonetone.git
commit  0748437c108065acd7fd301b4bac66db34cf9fc0
tree    12457124b25944473a9caca96efefb204e7b62d5
parent  6876c333324b2b0045f11dc7208d117761644992
alonetone / 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'