Rails 3, IE assets



Rails 3 中启用了资源管道的 IE 浏览器专门组织样式表/javascript 资源文件是否有一个好的做法?例如,我不想在我的 .html.erb 文件中乱扔类似于浏览器检测的条件注释,如下所示。

<!--[if !IE]> -->
According to the conditional comment this is not IE<br />
<!-- <![endif]-->

您可以在 app/views/layouts/ 中将它们放入部分。这也是Michael Hartl在他的教程中对HTML5 Shim所做的 http://ruby.railstutorial.org/chapters/filling-in-the-layout#sec-partials

相关内容

  • 没有找到相关文章