Precompile all assets when deploying via capistrano.
This commit is contained in:
parent
c0f2845f76
commit
17144c43e2
1 changed files with 4 additions and 0 deletions
|
|
@ -1,6 +1,10 @@
|
|||
# Commented out as capistrano cannot finde 'bundle' on production site.
|
||||
# require 'bundler/capistrano'
|
||||
|
||||
# Precompile all assets
|
||||
# If this takes too long, do this: http://www.bencurtis.com/2011/12/skipping-asset-compilation-with-capistrano/
|
||||
load "deploy/assets"
|
||||
|
||||
set :application, "contactorama"
|
||||
set :local_repository, "web1@railshosting.de:/files/repositories/git/contactorama.git"
|
||||
set :repository, "/var/www/htdocs/web1/files/repositories/git/contactorama.git"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue