Sha256: c7352c54505ae7fd9e6a86a5fbe0585500583bae7b8a675779ac85ceef6643f4
Contents?: true
Size: 917 Bytes
Versions: 1
Compression:
Stored size: 917 Bytes
Contents
# Locastyle This gem provides the front-end framework [Locastyle](https://github.com/locaweb/locawebstyle), at version **3.8.2**, for your ruby application. ## Dependencies #### JQuery Recommended use jQuery 1.10 or up ## Installation Add this line to your application's Gemfile: ```ruby gem 'locastyle' ``` And then execute: $ bundle Or install it yourself as: $ gem install locastyle ## Usage #### Include locastyle javascript assets Add the following to your `app/assets/javascripts/application.js`: //= require locastyle #### Include locastyle stylesheet assets Add to your `app/assets/stylesheets/application.css`: *= require locastyle ## Contributing Bug reports and pull requests are welcome on GitHub at https://github.com/tray-tecnologia/locastyle. ## License The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
locastyle-0.0.3 | README.md |