我在Chrome控制台中将已弃用的消息显示为
[Deprecation] Styling master document from stylesheets defined in HTML Imports is deprecated. Please refer to link goo.gl/EGXzpw for possible migration paths
导致页面不再显示的原因。
看完迁移路径的链接后我不明白
在我的主要haml页面中,我怀疑以下样式表:
%link{:href => "https://www.w3schools.com/w3css/4/w3.css", :rel => "stylesheet"}/
%link{:href => "https://fonts.googleapis.com/css?family=Lato", :rel => "stylesheet"}/
%link{:href => "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css", :rel => "stylesheet"}/
如果是这样,我的许多Rails应用程序将需要下载这些CSS并使用资产管道代替?