My goal is to work on theming's css without boring and time-consuming hassle of clearing cache on every small change. I've collected a few pointers that I've implemented, but even now I still have to clear the cache every time. What is missing from these settings?
What i did
1) Disabled the cache in services.yml
debug: true
auto_reload: true
cache: false
2) Created the settings.local.php file and enabled it in settings.php
I've subthemed olivero and am just making a few adjustments. I uploaded an svg logo to sites/default/files and have specified it on the 'path to custom logo' settings field as 'logo.svg'. When I use the browser developer tools to look at the rendered html, I can see that the src for the logo is correct, but the rendered size is 0, so obviously its not displaying anything. Is there something obvious that I did wrong, or will olivero just not display svg logos?
After thinking about it, I decided to keep the system 'creation date', but modify it in the view node to adapt the format so that users can see the date with the Italian format (eg. 27 August 2022)
With Views it 's easy, but here I don't know how to do it.
Has anyone already solved this kind of need or know how it could be done?
Thank you very much