Page 1 of 1

Optional css folder

Posted: Mon Jul 15, 2024 12:45 am
by fender360
Optional css folder

Hi. How do I get root folder /mycss to hold the common css content for the project. I've tried what is described in the documentation as seen in the image attached. But it doesn't work. They do not make into the mycss folder. I have to manually move css files from each sub directory to /mycss. Image

Re: Optional css folder

Posted: Mon Jul 15, 2024 5:44 am
by Pablo
The folder should be a single value, not a path.
so, instead of
/mycss
use
mycss

Re: Optional css folder

Posted: Mon Jul 15, 2024 12:28 pm
by fender360
Thanks but I need to get it into the root instead of each of the sub folders. Thanks for trying.

Re: Optional css folder

Posted: Mon Jul 15, 2024 12:57 pm
by fender360
By the way, this does work ../mycss but not /mycss. Strange eh.

Re: Optional css folder

Posted: Mon Jul 15, 2024 5:21 pm
by Pablo
Sorry, but it need to be a name, not a path.