Fix #4218: Can't install because Rails assets manifest is missing.

This commit is contained in:
evazion
2019-12-06 02:44:10 -06:00
parent 2be9c113e2
commit 620b81e7b9

View File

@@ -17,3 +17,6 @@ require 'new_relic/recipes'
# Load custom tasks from `lib/capistrano/tasks` if you have any defined # Load custom tasks from `lib/capistrano/tasks` if you have any defined
Dir.glob('lib/capistrano/tasks/*.rake').each { |r| import r } 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