From german forum and I could reproduce it.
template.min.css
to JOOMLA's ROOT.template.min.css
is ignored. Not loaded.Frontend AND Backend formatted wrongly.
<link href="/template.min.css?..." rel="stylesheet" />
instead of
<link href="/media/templates/administrator/atum/css/template.min.css?..." rel="stylesheet" />
Labels |
Added:
No Code Attached Yet
|
Labels |
Added:
bug
|
Title |
|
Status | New | ⇒ | Confirmed |
Issue confirmed
Additional info: It really happens only when you have the minified file template.min.css
in the Joomla root. If you don't have that file but the unminified template.css
in the Joomla root and enable "Debug System" in global configuration, the issue doesn't happen and the unminified file is ignored. But as soon as there is the minified file, the issue happens, also when debug is switched on.
Status | Confirmed | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2023-04-19 07:50:59 |
Closed_By | ⇒ | Fedik |
Confirmed. I can reproduce this issue with a new installation on a clean, current 4.3-dev branch. I used the command
touch template.min.css
in a command shell in the root folder on my Linux web server to create the empty file.