diaspora/lib
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
..
api/openid_connect Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
assets/javascripts Change regexp for hashtags 2017-03-04 21:08:11 +01:00
diaspora Fix deprecation warnings for rails 6.1 2022-07-20 21:27:41 +02:00
schemas Don't export chat_enabled flag anymore 2021-07-04 22:03:37 +02:00
stream Cleanup unused commenting_disabled? and can_comment? 2021-06-30 23:19:29 +02:00
tasks Fix follow up tasks for assets:precompile when no manifest existed 2022-07-20 21:32:21 +02:00
account_deleter.rb Fix deprecation warnings for rails 6.0 2022-07-20 21:26:58 +02:00
bookmarklet_renderer.rb Upgrade to sprockets 4 2022-07-20 21:26:40 +02:00
configuration_methods.rb Don't encrypt the OTP secret 2019-05-12 00:06:28 +02:00
connection_tester.rb Remove unneeded .freeze 2017-09-17 19:32:45 +02:00
diaspora.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
direction_detector.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
email_inviter.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
error_page_renderer.rb Fix rendering of error pages to remove deprecation warning for rails 6.0 2022-07-20 21:26:58 +02:00
evil_query.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
i18n_interpolation_fallbacks.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
node_info.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
photo_exporter.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
publisher.rb Fix mention in #newhere message when invited by another person 2018-02-01 23:35:04 +01:00
pubsubhubbub.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
share_visibility_converter.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
sidekiq_middlewares.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
stream.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00