Speed up capistrano deployments
... | ... | @@ -82,6 +82,7 @@ group :development do |
gem 'capistrano-rails' | ||
gem 'capistrano-rbenv' | ||
gem 'capistrano-yarn' | ||
gem 'capistrano-faster-assets', '~> 1.0' | ||
end | ||
group :production do | ||
... | ... |
Please register or sign in to comment