Hi Stefan,
it seems like your changes are not updated due to the caching. Have you considered this option?
To solve this, I used the template.xml file and wrote a Script that updates the Id at the time I compile my less-files. For instance, the Id can be the timestamp at the time of Script execution. What you should look for is this version = "$Id$" and replace $Id$ with a unique String (for example the date and time).
Furthermore, the fact that is happening only in the topnav and footer, remindes me of another problem I faced. It seems that they totally changed the structure for those two elements. The necessary files can be found here https://github.com/ILIAS-eLearning/ILIAS/tree/release_6/src/UI/templates/default (did not expect to find it there, as the template files relevant for the skin were always in the templates directory). However, I copied the content of this folder to a folder (say UI) inside the less directory of the skin and of course, added them to the main less-file of the skin in the skin root directory. After that you can change those less files and compile them as usual.
I hope this information helps you with your problems.
Best,
Ela
it seems like your changes are not updated due to the caching. Have you considered this option?
To solve this, I used the template.xml file and wrote a Script that updates the Id at the time I compile my less-files. For instance, the Id can be the timestamp at the time of Script execution. What you should look for is this version = "$Id$" and replace $Id$ with a unique String (for example the date and time).
Furthermore, the fact that is happening only in the topnav and footer, remindes me of another problem I faced. It seems that they totally changed the structure for those two elements. The necessary files can be found here https://github.com/ILIAS-eLearning/ILIAS/tree/release_6/src/UI/templates/default (did not expect to find it there, as the template files relevant for the skin were always in the templates directory). However, I copied the content of this folder to a folder (say UI) inside the less directory of the skin and of course, added them to the main less-file of the skin in the skin root directory. After that you can change those less files and compile them as usual.
I hope this information helps you with your problems.
Best,
Ela