diff options
| author | mo k <mo@mokhan.ca> | 2012-05-06 08:22:10 -0600 |
|---|---|---|
| committer | mo k <mo@mokhan.ca> | 2012-05-06 08:22:10 -0600 |
| commit | 53b8b2a9412f1e4fac071584db0dc76fdff29df3 (patch) | |
| tree | 32e5f30b3da3206ff47ccf8e813ed704cb09774e /capfile | |
| parent | 113a9325f8b5459c4a37ff82c382184ac5cf01c0 (diff) | |
try cgriego's idea from https://github.com/capistrano/capistrano/issues/81
Diffstat (limited to 'capfile')
| -rw-r--r-- | capfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
