Skip to content
7hunderbird edited this page May 15, 2012 · 1 revision

In order to use the asset pipeline with Capistrano and Eycap you'll need the following:

TODO: determine which version of capistrano got the asset pipeline stuff TODO: write instructions on how to uncomment below.

load 'deploy'
# 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
Clone this wiki locally