Skip to content

Commit e438c6f

Browse files
committed
Merge branch 'master' into 709-organization-email-text
2 parents 3dc1781 + c344b46 commit e438c6f

File tree

4 files changed

+1
-7
lines changed

4 files changed

+1
-7
lines changed

Capfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ require "capistrano/rails/migrations"
2424
require "capistrano/puma"
2525
require "capistrano/rails/console"
2626
require "capistrano/scm/git"
27-
require "capistrano/webpacker/precompile"
2827

2928
install_plugin Capistrano::SCM::Git
3029
install_plugin Capistrano::Puma # Default puma tasks

Gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ group :development do
6969
gem "capistrano-bundler"
7070
gem "capistrano3-puma"
7171
gem "capistrano-rails-console", require: false
72-
gem 'capistrano-webpacker-precompile', require: false
7372
gem "listen", "~> 3.1.5"
7473
gem "rails-erd"
7574
gem "spring"

Gemfile.lock

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,6 @@ GEM
101101
capistrano-rvm (0.1.2)
102102
capistrano (~> 3.0)
103103
sshkit (~> 1.2)
104-
capistrano-webpacker-precompile (0.2)
105-
capistrano (~> 3.1)
106104
capistrano3-puma (3.1.1)
107105
capistrano (~> 3.7)
108106
capistrano-bundler
@@ -480,7 +478,6 @@ DEPENDENCIES
480478
capistrano-rails
481479
capistrano-rails-console
482480
capistrano-rvm
483-
capistrano-webpacker-precompile
484481
capistrano3-puma
485482
capybara (~> 3.12)
486483
capybara-screenshot

config/deploy.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,7 @@
7474
end
7575

7676
before :starting, :check_revision
77-
# after :finishing, :compile_assets
78-
after 'deploy:updated', 'webpacker:precompile'
77+
after :finishing, :compile_assets
7978
after :finishing, :cleanup
8079
after :finishing, :ensure_start
8180
end

0 commit comments

Comments
 (0)