diff --git a/app/javascript/flavours/glitch/theme.yml b/app/javascript/flavours/glitch/theme.yml index 0877e4d400..05497f9c2a 100644 --- a/app/javascript/flavours/glitch/theme.yml +++ b/app/javascript/flavours/glitch/theme.yml @@ -13,7 +13,6 @@ pack: filename: packs/home.js preload: - flavours/glitch/async/compose - - flavours/glitch/async/getting_started - flavours/glitch/async/home_timeline - flavours/glitch/async/notifications mailer: diff --git a/app/javascript/flavours/vanilla/theme.yml b/app/javascript/flavours/vanilla/theme.yml index 470ded5302..fa3b3a758a 100644 --- a/app/javascript/flavours/vanilla/theme.yml +++ b/app/javascript/flavours/vanilla/theme.yml @@ -12,7 +12,6 @@ pack: home: filename: application.js preload: - - features/getting_started - features/compose - features/home_timeline - features/notifications diff --git a/app/views/shared/_web_app.html.haml b/app/views/shared/_web_app.html.haml index 598079fe31..b53c25e77c 100644 --- a/app/views/shared/_web_app.html.haml +++ b/app/views/shared/_web_app.html.haml @@ -1,8 +1,5 @@ - content_for :header_tags do - if user_signed_in? - = preload_pack_asset 'features/compose.js' - = preload_pack_asset 'features/home_timeline.js' - = preload_pack_asset 'features/notifications.js' %meta{ name: 'initialPath', content: request.path } %meta{ name: 'applicationServerKey', content: Rails.configuration.x.vapid_public_key }