Based on the source code, it seems like you should be able to set this app setting in your web.config: umbracoCssDirectory
However, it looks like some of the code may ignore that setting, so beware that it may cause some issues. I'm guessing people don't usually use this setting, so some of the code relating to it may not be particularly polished.
Remapping the CSS folder
Hello,
Can anyone tell me if it's possible to move the css folder from the root in to a sub-folder and still have the back-office find it.
We tend to use a theme folder in our website setup and having two folders for CSS is confusing.
Just wondering if there was a config setting somewhere that I could change the file path of the CSS folder.
Thanks
Paul
I take it this is not possible then?
I'm also wondering if this is possible? Any takers?
Thanks,
Andy
Based on the source code, it seems like you should be able to set this app setting in your web.config:
umbracoCssDirectory
However, it looks like some of the code may ignore that setting, so beware that it may cause some issues. I'm guessing people don't usually use this setting, so some of the code relating to it may not be particularly polished.
Here's the relevant code, by the way: https://github.com/umbraco/Umbraco-CMS/blob/9badb35c054ecc91630b69b1b6753c78427cb4a6/src/Umbraco.Core/IO/SystemDirectories.cs#L44
is working on a reply...