0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-11 02:59:07 +08:00
discourse/spec/lib/stylesheet
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
..
compiler_spec.rb DEV: Drop dead leftovers from the Rolldown migration (#41298) 2026-07-02 12:57:19 +01:00
importer_spec.rb
manager_spec.rb DEV: Enable Rails/FilePath rubocop rule (#40097) 2026-05-19 19:07:54 +02:00