mirror of
https://github.com/discourse/discourse.git
synced 2026-08-06 13:08:40 +08:00
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. |
||
|---|---|---|
| .. | ||
| _head.html.erb | ||
| _noscript_footer.html.erb | ||
| _noscript_header.html.erb | ||
| _plugin_js.html.erb | ||
| application.html.erb | ||
| crawler.html.erb | ||
| email_template.html.erb | ||
| embed.html.erb | ||
| finish_installation.html.erb | ||
| no_ember.html.erb | ||
| publish.html.erb | ||