Fix #4218: Can't install because Rails assets manifest is missing.
This commit is contained in:
3
Capfile
3
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
|
||||
|
||||
Reference in New Issue
Block a user