Skip to content
This repository has been archived by the owner on Jan 7, 2024. It is now read-only.

naninyang/respond-js-rails

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Respond JS for Rails3

This gem adds Respond.js to your rails assets.

Usage

Add the following to your Gemfile:

gem 'respond-js-rails', github: 'naninyang/respond-js-rails'

then run:

bundle install

Now you only need to add the following to your layout:

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

License

Same as respond itself, this gem is licensed under the MIT license.

About

respondjs for rails

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages