Hi everybody.
I am having a strange issue with my custom.css and am completely clueless of why the following behavior occurs:
I am running the latest GRAV version, with the Quark2 theme. And created (locally first) a custom.css. Using GRAV's local development webserver, everything works just fine.
When pushing to my production webserver (I am using git), the custom.css is correctly uploaded, to ../user/themes/quark2/css/custom.css (should be obvious, because it is located in the same dir on my development server; just posting it so that you can follow my thoughts).
However, after reloading (and even restarting) my Apache webserver + clearing GRAV's cache, the custom.css is not served. Such is, that when I manually surf to ../user/themes/quark2/css/custom.css, the custom.css is empty (aside from the default comments at the beginning of the file).
For me, I'd think there is still some uncleared cache left somewhere, but right now, I have no clue what else to look for. Or am just momentarily blocked :joy:
Production server is running Apache2 webserver on Debian.
Thanks in advance for any hints!
Sebastian