remove deploy/assets for Capistrano as we don't want to build assets on production site but do so locally combined with copy-over.
This commit is contained in:
parent
055c0eb3dd
commit
2b0e125920
2 changed files with 0 additions and 5 deletions
1
Capfile
1
Capfile
|
|
@ -2,4 +2,3 @@ load 'deploy' if respond_to?(:namespace) # cap2 differentiator
|
|||
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
|
||||
load 'deploy/assets' # see http://guides.rubyonrails.org/asset_pipeline.html
|
||||
Loading…
Add table
Add a link
Reference in a new issue