Sha256: 8054606f833cba5866dc391af617aaebfa25940d4d21abdeb3478cd2fe5070be
Contents?: true
Size: 594 Bytes
Versions: 1
Compression:
Stored size: 594 Bytes
Contents
# jQuery Mobile for Rails This gem vendors the jQuery Mobile assets for Rails 3.1 and greater. The files will be added to the asset pipeline and available for you to use. For info on how to use jQuery Mobile or get the unmodified asset files visit: [jQuery Mobile](http://jquerymobile.com/) ## Using the gem In your Gemfile add: ```ruby group :assets do gem 'jquery-mobile-rails-assets' end ``` You can then include it in your app by adding the following to your javascript file: ```javascript //= require jquery.mobile ``` And to the css file: ```css *= require jquery.mobile ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jquery-mobile-rails-assets-1.3.2 | README.md |