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  151d821739813ba0871f5889a69afe0011f2ee85
tree    06c69720146ab7b33923e59682064227280d3942
parent  b7f8cf81e2a96c5f6c90379045e13e3b486ebdc5
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'