angular-sdk icon indicating copy to clipboard operation
angular-sdk copied to clipboard

Issues with CSS sent with MIME type "text/html"

Open kmpm opened this issue 9 years ago • 0 comments

  • Windows as client
  • Firefox 42.0, Chrom 46.0.2490.86 m
  • dreamfactory reasently built and running inside a docker container on a ubuntu 14.04 host

Probably same type of error as in https://github.com/dreamfactorysoftware/javascript-sdk/issues/1

I just started playing with dreamfactory and imported the angular app and think I have everything set up OK. The registration/login page shows but app.css is not used because it was sent using "text/html" and not "text/css" as it should.

Chrome reports Resource interpreted as Stylesheet but transferred with MIME type text/html:

kmpm avatar Dec 03 '15 20:12 kmpm