Sha256: 3c06da96682c9fc6eb2d67f8dcbf9905e6cad000e9f798b8f90ec35b5c45290f
Contents?: true
Size: 885 Bytes
Versions: 2
Compression:
Stored size: 885 Bytes
Contents
# Favicon Maker for Rails This is a very simple gem that adds a rake task to your Rails project for generating favicons of various sizes and formats from a single source file by making use of the [FaviconMaker](https://github.com/follmann/favicon_maker) library. ## Install Add the following line to your Gemfile: gem 'favicon_maker_rails', github: 'ack43/favicon_maker_rails' ## Usage 1. Place your PNG favicon* in app/assets/images, calling it favicon.png. 2. Type `rake favicon` in your terminal. 3. Your generated favicons will be output into your public directory. *: The largest size used is 228x228 for Apple Retina displays, I recommend using an image this size or larger for best results. ## TODO * Add options for customizing source and output directories? * Allow additional output options. ## Copyright Copyright (c) 2012 Adam Michel. See LICENSE for details.
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ack_favicon_maker_rails-1.0.1.2 | README.md |
ack_favicon_maker_rails-1.0.1 | README.md |