0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-06 13:08:40 +08:00
discourse/lib/stylesheet
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
..
manager PERF: Only recompile stylesheets when required (#41735) 2026-07-16 12:14:28 +01:00
compiler.rb DEV: Enable Rails/FilePath rubocop rule (#40097) 2026-05-19 19:07:54 +02:00
importer.rb DEV: Allow plugins to register admin-panel-specific CSS (#40345) 2026-05-28 11:03:38 +01:00
manager.rb PERF: Only recompile stylesheets when required (#41735) 2026-07-16 12:14:28 +01:00
watcher.rb DEV: Fix stylesheet watcher file matching (#41593) 2026-07-09 16:30:28 -04:00