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