0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-06 13:08:40 +08:00
discourse/app/views/layouts
Régis Hanol 5c73bcb2bf
DEV: Drop dead leftovers from the Rolldown migration (#41298)
Two bits of dead code left behind by the Rolldown migration (#35963).

- The layout preloaded `EmberAssets.script_chunks["chunk.admin"]`, but
Rolldown no longer produces that key — entrypoints are now named after
their chunk, and the admin one (`admin/compat-modules`) is already
preloaded by `module_preloads_for` on the line just above. The lookup
returned nil, so the block emitted nothing.
- A stylesheet compiler spec skipped
`app/assets/stylesheets/ember_cli.scss`, a file the migration deleted,
so the guard could never match.
2026-07-02 12:57:19 +01:00
..
_head.html.erb FEATURE: beacon-based implementation for BPV (#38897) 2026-04-15 16:32:05 +03:00
_noscript_footer.html.erb
_noscript_header.html.erb
_plugin_js.html.erb DEV: Improve plugin js loading logic (#38278) 2026-03-05 14:18:40 +00:00
application.html.erb DEV: Drop dead leftovers from the Rolldown migration (#41298) 2026-07-02 12:57:19 +01:00
crawler.html.erb FEATURE: Append locale to links in crawler view if present (#34466) 2025-08-22 08:46:33 +08:00
email_template.html.erb UX: add preview to email templates (#36657) 2026-01-08 11:33:53 +04:00
embed.html.erb DEV: Replace JS build system with Rolldown (#35963) 2026-05-29 11:11:55 +01:00
finish_installation.html.erb DEV: Allow new instances to be set up directly with Discourse ID (#36731) 2025-12-23 12:13:36 -05:00
no_ember.html.erb DEV: Replace JS build system with Rolldown (#35963) 2026-05-29 11:11:55 +01:00
publish.html.erb DEV: Replace JS build system with Rolldown (#35963) 2026-05-29 11:11:55 +01:00