public
Fork of fudgestudios/bort
Description: This extends rails base app Bort by including annotate-models and make_resourceful plugins + replacing Prototype with jQuery + standard stylesheets
Homepage: http://www.web2media.net/laktek/2008/10/31/extended-bort-my-base-rails-app/
Clone URL: git://github.com/laktek/extended-bort.git
extended-bort / 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'