File tree Expand file tree Collapse file tree 4 files changed +1
-7
lines changed
Expand file tree Collapse file tree 4 files changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ require "capistrano/rails/migrations"
2424require "capistrano/puma"
2525require "capistrano/rails/console"
2626require "capistrano/scm/git"
27- require "capistrano/webpacker/precompile"
2827
2928install_plugin Capistrano ::SCM ::Git
3029install_plugin Capistrano ::Puma # Default puma tasks
Original file line number Diff line number Diff line change @@ -66,7 +66,6 @@ group :development do
6666 gem "capistrano-bundler"
6767 gem "capistrano3-puma"
6868 gem "capistrano-rails-console" , require : false
69- gem 'capistrano-webpacker-precompile' , require : false
7069 gem "listen" , "~> 3.1.5"
7170 gem "rails-erd"
7271 gem "spring"
Original file line number Diff line number Diff line change 9292 capistrano-rvm (0.1.2 )
9393 capistrano (~> 3.0 )
9494 sshkit (~> 1.2 )
95- capistrano-webpacker-precompile (0.2 )
96- capistrano (~> 3.1 )
9795 capistrano3-puma (3.1.1 )
9896 capistrano (~> 3.7 )
9997 capistrano-bundler
@@ -458,7 +456,6 @@ DEPENDENCIES
458456 capistrano-rails
459457 capistrano-rails-console
460458 capistrano-rvm
461- capistrano-webpacker-precompile
462459 capistrano3-puma
463460 capybara (~> 3.12 )
464461 capybara-screenshot
Original file line number Diff line number Diff line change 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
8180end
You can’t perform that action at this time.
0 commit comments