当我使用Visual Studio Development Server
( http://localhost:64217/application
)CSS
时会丢失并Chrome
显示以下警告和错误:
Resource interpreted as Stylesheet but transferred with MIME type text/html:
Uncaught SyntaxError: Unexpected token <
使用IIS server
( http://localhost/application
) 时,样式很好。
我检查了这些重复的问题Visual Studio Development Server not updates css and javascript? 在 IIS与VS 开发服务器上查看时丢失“现代”(CSS3)样式 [关闭]。不幸的是,他们都没有帮助我。
我试过清除缓存也没有帮助。非常感谢任何可能导致这种情况发生的猜测。
另外我不得不提一下,这发生在今天。回到过去,我同时使用这两种方法IIS
,Development Server
而且我没有遇到这个问题。
编辑
我正在使用Jquery Mobile
,并且已将其包含JQM CSS
在母版页中:
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.3.1/jquery.mobile-1.3.1.min.css" runat="server" />
所有其他CSS
文件都包含在App_Themes/Default
并包含在web.config
:
<pages theme="Default" />