Remove user.css/user.js from minify list (site-specific, not shipped)
Some checks failed
Repo Health / Access control (push) Successful in 1s
Repo Health / Release configuration (push) Failing after 3s
Repo Health / Scripts governance (push) Successful in 4s
Repo Health / Repository health (push) Failing after 3s

This commit is contained in:
Jonathan Miller
2026-04-18 17:36:00 -05:00
parent c9b51017e4
commit 8c4b26cdef

View File

@@ -29,12 +29,10 @@ class MokoMinifyHelper
'css/theme/dark.standard.css',
'css/theme/light.custom.css',
'css/theme/dark.custom.css',
'css/user.css',
];
private const JS_FILES = [
'js/template.js',
'js/user.js',
];
/**