Skip to content

Commit

Permalink
MDL-55751 themes: document the removal of the css chunker in upgrade.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
stronk7 committed Sep 11, 2019
1 parent 6cbc3be commit 99c0463
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions theme/upgrade.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 99c0463

Please sign in to comment.