fredngo / html5shiv-rails

This fork updates the html5shiv files to 3.6.2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Html5shivRails

Html5hivRails simply provides the html5him.js and html5shim-printshim.js libraries in a rails engine form.

Rails 3.2 and up

For Rails 3.1 and greater, the files will be added to the asset pipeline and available for you to use. You have the option of html5shiv.js and html5shiv-printshiv.js, depending on if you need to support printing.

Installation

Just add this to your Gemfile:

gem 'html5shiv-rails'

and run

bundle install

Usage

Since you probably only want to include this when serving IE, place it in a conditional comment in the <head> section in your layout:

<!--[if lt IE 9]>
  <%= javascript_include_tag 'html5shiv-printshiv' %>
<![endif]-->

About

This fork updates the html5shiv files to 3.6.2

License:MIT License


Languages

Language:Ruby 100.0%