Hi,
I am attempting to load custom CSS from a local directory, but I can’t seem to get it working. When I attempt to load the CSS from a directory relative to the template file, it doesn’t load and in the console it reports “Resource interpreted as Stylesheet but transferred with MIME type text/html: “http://localhost:8080/site.css””.
With the default slim-skeleton, everything is loaded relative to the public directory, which I have tried loading relative to that as well, but no luck.