diff options
Diffstat (limited to 'Capfile')
| -rw-r--r-- | Capfile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Capfile b/Capfile new file mode 100644 index 000000000..6f2b99a42 --- /dev/null +++ b/Capfile @@ -0,0 +1,8 @@ +load 'deploy' if respond_to?(:namespace) # cap2 differentiator +require 'bundler/capistrano' +# Uncomment if you are using Rails' asset pipeline +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
\ No newline at end of file |
