我在网上搜索的解决方案不起作用。我目前安装了 rails 3.1 和 haml。该文件ie.css
位于app/assets/stylesheets
.application.css
我尝试了以下方法,但它不起作用:
%html
%head
= stylesheet_link_tag 'application', :media => 'all'
<!–[if (IE)]><!–>
<link href=”ie.css” media=”screen” rel=”stylesheet” type=”text/css” />
<!–<![endif]–>
应用程序.rb:
config.assets.precompile += %w(ie.css)
应用程序.css:
*= require_self
*= require_tree .