-
Bug
-
Resolution: Fixed
-
Critical
-
3.4
-
MOODLE_34_STABLE
-
MOODLE_34_STABLE
-
MDL-60925-master -
theme_build_css_for_themes builds the CSS and stores it in localcache ONLY. This means all the other nodes for the site do not have a copy of the theme and will build it again on first access.
It's supposed to store it in MUC so it's available for all nodes, as well as localcache. On fetch it checks localcache, then MUC before finally rebuilding it as a last resort.
It's also broken because it only pre-builds the theme for "nosvg". This version of the theme is only intended for non-supported browsers. We should just drop it.
- is a regression caused by
-
MDL-59123 Compile SCSS files on the command-line
-
- Closed
-