From 620b81e7b99a19fe589dfc3bbac8b7de6b931e36 Mon Sep 17 00:00:00 2001 From: evazion Date: Fri, 6 Dec 2019 02:44:10 -0600 Subject: [PATCH] Fix #4218: Can't install because Rails assets manifest is missing. --- Capfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Capfile b/Capfile index 7c2f07157..cc4693c23 100644 --- a/Capfile +++ b/Capfile @@ -17,3 +17,6 @@ require 'new_relic/recipes' # Load custom tasks from `lib/capistrano/tasks` if you have any defined Dir.glob('lib/capistrano/tasks/*.rake').each { |r| import r } + +# workaround for https://github.com/capistrano/rails/issues/235 +Rake::Task["deploy:assets:backup_manifest"].clear_actions