summaryrefslogtreecommitdiff
path: root/capfile
diff options
context:
space:
mode:
authormo k <mo@mokhan.ca>2012-05-06 08:22:10 -0600
committermo k <mo@mokhan.ca>2012-05-06 08:22:10 -0600
commit53b8b2a9412f1e4fac071584db0dc76fdff29df3 (patch)
tree32e5f30b3da3206ff47ccf8e813ed704cb09774e /capfile
parent113a9325f8b5459c4a37ff82c382184ac5cf01c0 (diff)
try cgriego's idea from https://github.com/capistrano/capistrano/issues/81
Diffstat (limited to 'capfile')
-rw-r--r--capfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/capfile b/capfile
index be29760e..ed4e2c09 100644
--- a/capfile
+++ b/capfile
@@ -1,4 +1,5 @@
load 'deploy' if respond_to?(:namespace) # cap2 differentiator
+load 'bundler/capistrano' # loads RVM's capistrano plugin
load 'deploy/assets'
Dir['vendor/gems/*/recipes/*.rb','vendor/plugins/*/recipes/*.rb'].each { |plugin| load(plugin) }
load 'config/deploy' # remove this line to skip loading any of the default tasks