Sha256: 70d1c0d344a37c6ced59800b7aa6642dac2deebbf95d66c003e4cb1820bb82ca
Contents?: true
Size: 1.43 KB
Versions: 2
Compression:
Stored size: 1.43 KB
Contents
# font-awesome-rails This gem is a simple rebundling of the contents of font-awesome: http://fortawesome.github.com/Font-Awesome/ In a format suitable for use with the Rails asset pipeline. add this to your gemfile: gem 'font-awesome-rails' and type bundle install and now in your application.css you can include the css file like so: *= require 'font-awesome' I'm not a fan of randomly grabbing files and adding them to my project - later on its always a pain when you need to figure out which version you're using and if there is a newer one... so I'm going to do that work for you. You get to use this gem with a well-defined version number, and I'll periodically update it with new stuff from the mainline project. You'll know what version you're using and what the differences are. note on version 0.2.0 - FontAwesome now includes scss and sass files, but when I used them instead of the plain ol css file included in the project, it wanted some compass libraries. I'm a fan of compass, but including an entire tool like that in order to generate a @font_face tag seems a little much... I don't want this gem to require compass for such a trivial thing, so we are staying on the vanilla css file for now. version FontAwesome's sha1 hash Other additions 0.1.0 378b2d7 Simplest packaging as a gem as possible 0.2.0 563a6f3 Repackaged after their new release
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
font-awesome-rails-0.2.1 | README.md |
font-awesome-rails-0.2.0 | README.md |