Adds rem and respond js

This commit is contained in:
Alberto Garcia Cabeza
2015-09-09 20:32:38 +02:00
parent bab31b0559
commit dba3385a6c
4 changed files with 21 additions and 1 deletions

View File

@@ -14,7 +14,10 @@
rel: "apple-touch-icon",
sizes: "200x200",
type: "image/png" %>
</head>
<!--[if lt IE 9]>
<%= javascript_include_tag "respond" %>
<![endif]-->
</head>
<body class="<%= "bg-white" if current_page?(root_path) %>">
<div class="wrapper">
<%= render 'layouts/header' %>
@@ -48,4 +51,7 @@
<%= render 'layouts/footer' %>
</div>
</body>
<!--[if lt IE 9]>
<%= javascript_include_tag "rem" %>
<![endif]-->
</html>