Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
moodle
moodle
Commits
99c0463c
Commit
99c0463c
authored
Sep 11, 2019
by
Eloy Lafuente (stronk7)
Browse files
MDL-55751 themes: document the removal of the css chunker in upgrade.txt
parent
6cbc3be7
Changes
1
Hide whitespace changes
Inline
Side-by-side
theme/upgrade.txt
View file @
99c0463c
...
...
@@ -3,6 +3,9 @@ information provided here is intended especially for theme designer.
=== 3.8 ===
* Moodle does not produce chunked CSS anymore, instead an unique css fils is generated and served (MDL-55751). This implies:
* css_chunk_by_selector_count() has been removed.
* css_store_css(), theme_styles_get_filename() and theme_styles_get_etag() don't accept any chunk-related param anymore.
* The PHP Less compilier has now been removed from the core library.
Please consider migrating your theme to use SCSS.
* It is now possible to use sub-directories when creating mustache templates.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment