0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-09 21:45:25 +08:00
discourse/lib/stylesheet/manager
David Taylor 4cee62dbd5
PERF: Only recompile stylesheets when required (#41735)
When precompiling stylesheets, we were forcibly recompiling, even if we
already had the correct stylesheet in the cache. This commit updates the
precompile job so that it tries to pull an already-compiled copy from
the database and cache it on disk, rather than doing a full recompile.
2026-07-16 12:14:28 +01:00
..
builder.rb PERF: Only recompile stylesheets when required (#41735) 2026-07-16 12:14:28 +01:00
scss_checker.rb DEV: Compile 'common' CSS into own assets (#31416) 2025-05-01 10:44:49 +01:00