diaspora/lib/tasks
Benjamin Neff 3c4da76be5
Fix follow up tasks for assets:precompile when no manifest existed
When no `.sprockets-manifest-xxx.json` existed, every instance of
`Sprockets::Manifest` generated their own path with their own random
filename, and since this happened before the assets were actually
precompiled, they were all empty. So the error pages didn't find the
manifest and the non-digest assets also didn't have any assets to copy.

So lets create our own instance of `Sprockets::Manifest` here, AFTER
`assets:precompile`, which then loads the manifest json that was used
during precompile, so all precompiled assets are available.

closes #8366
2022-07-20 21:32:21 +02:00
..
.gitkeep Activerecord this time\! 2010-06-11 10:40:49 -07:00
assets.rake Fix follow up tasks for assets:precompile when no manifest existed 2022-07-20 21:32:21 +02:00
cucumber.rake update capybara and cucumber-rails 2021-04-11 17:25:18 +02:00
db.rake Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
default.rake Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
generate_session_secret.rake Bump rubocop 2017-09-28 03:15:30 +02:00
linter.rake Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
maintenance.rake Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
migrations.rake Add some progress indicators to the account deletions rake task 2017-10-20 01:25:28 +02:00
podmin.rake Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
screenshots.rake Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
tests.rake GHA: Run Jasmine in separate, time limited step for now 2020-11-04 18:09:36 +01:00