willinteractive / will-style

WILL styles for webapps.
0 stars 0 forks source link

Add Respond.js and Rem.js to asset pipeline #52

Closed chorn99 closed 8 years ago

chorn99 commented 9 years ago
<!--[if lte IE 8]>
  <%= javascript_include_tag "respond.min.js" %>
  <%= javascript_include_tag "rem.min.js" %>
<![endif]-->

https://github.com/RouL/respond-js-rails

dillonlucente commented 8 years ago

I don't think there's any harm in including them in all-styles, as they won't break newer browsers and they're not large scripts. I added a responsive script that we can include for IE8 support.