Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does not work with opera #38

Open
MichaelSp opened this issue Mar 27, 2013 · 3 comments
Open

Does not work with opera #38

MichaelSp opened this issue Mar 27, 2013 · 3 comments

Comments

@MichaelSp
Copy link

clj

@Raynes
Copy link
Owner

Raynes commented Mar 27, 2013

Seems like this is probably the same bug as #35

I'll look into it asap.

@Boris-de
Copy link

I noticed the same. The cause of this problem seems to be that tryclj.com does not send the content-type "text/css" for the css-files (in fact it sends no content-type at all).

  HTTP/1.1 200 OK
  Server: nginx
  Date: Sat, 24 Aug 2013 13:42:46 GMT
  Content-Length: 3492
  Connection: keep-alive

Running it locally I changed the include-css in home.clj to a copy of the css on my apache which sends the content-type for css-files and the css was used. Of course there are some other headers different in the apache-response, but this is the only one that seems to be related. I couldn't find any source that Opera does not accept css-files without the header, but Microsoft has an explanation why they don't accept this anymore in IE9 (http://blogs.msdn.com/b/ie/archive/2010/10/26/mime-handling-changes-in-internet-explorer.aspx).

@Raynes
Copy link
Owner

Raynes commented Aug 24, 2013

Interesting. I'll fix this in a bit. Thanks for doing the hard part.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants