oasis
oasis copied to clipboard
CSS not working
What's the problem you want solved?
Can't repro, but @bramdroid reported that on current master he followed someone and when the page reloaded the theme.css
stopped working. The browser console complained about the mime type and that it refused to sniff it.
Is there a solution you'd like to recommend?
Try to reproduce?
I think I reproduced it?
I just ran oasis
in the terminal and this happened. No errors in the console, though.
Hmm. Could you try opening the browser console and seeing what the error is? My guess is a MIME-type error on theme.css
.
Hmm. Could you try opening the browser console and seeing what the error is? My guess is a MIME-type error on
theme.css
.
I refreshed and the error went away :(
At the time, the console was empty though.
Okay, new theory: maybe the indexes are behind and theme.css
is returning the "we're still indexing" error message instead of the actual CSS. Maybe we should only apply that message to HTML documents rather than the blobs or CSS or anything like that?
Okay, new theory: maybe the indexes are behind and
theme.css
is returning the "we're still indexing" error message instead of the actual CSS. Maybe we should only apply that message to HTML documents rather than the blobs or CSS or anything like that?
That makes sense, since my indexes were at 99% when this error occurred.