No commit activity in last 3 years
No release in over 3 years
A small gem for putting genericons into the Rails asset pipeline
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

~> 1.3
>= 0
 Project Readme

genericons-rails Gem Version

genericons-rails provides the Genericons web fonts and stylesheets as a Rails engine for use with the asset pipeline.

Installation

Add this to your Gemfile:

gem "genericons-rails"

and run bundle install.

Usage

In your application.css, include the css file:

/*
 *= require genericons
 */

Changes

Version Notes
0.5.0 Update to v3.1 of Genericons
0.4.1 Update to v3.09 of Genericons
0.4.0 Update to v2.09 of Genericons
0.1.1 Update to v2.05 of Genericons
0.1.0 Initial release

License

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request