-
Sub-task
-
Resolution: Fixed
-
Minor
-
2.5
-
None
-
MOODLE_25_STABLE
-
MOODLE_25_STABLE
-
MDL-39278-master -
- Switch the theme to "clean"
- Open the site home page and a course page
- Verify they look the same as they did before the patch
This is a split from MDL-39276
Could we also get this as an opportunity to "normalize" the way we are going to use .less and generated .css files?
In order to be able to "compute" (aka CI servers) all the less compilations to perform we would need something like:
1) All the main .less files (not the included ones) to stay always under theme/xxx/less
2) Each one of those main files will lead to, always, a .css file under theme/xxx/styles with the same name than the original (aka, moodle.less => moodle.css, editor.less => editor.css...).Please consider it, else it's not easily guessable (right now we are generating a "generated.css" file instead of moodle.css).
Ciao
- blocks
-
MDLSITE-2209 Ensure that bootstrap .less files are processed by recess on supported branches during the integration process
-
- Closed
-
- has been marked as being related by
-
MDL-39003 Need good documentation on using LESS for /theme/bootstrap
-
- Closed
-