Project

icomoon

0.0
No commit activity in last 3 years
No release in over 3 years
Rails helper makes using Icomoon easier.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.5

Runtime

~> 0.8.1
 Project Readme

Icomoon

This helper will make using Icomoon icons set easier.

Usage

If you want to use Icomoon icons on your project, this is what will help you.

Installation

Add this to your Gemfile:

gem 'icomoon'

And then bundle install. You can always run icomoon help if you need help.

Getting started

  • run icomoon init

Adding/removing icons (basically updating your icon set)

  • open IcoMoon App
  • click "Import Project" and select icomoon.json file from your project (it's located in the "Directory of fonts files" directory from the survey you took before)
  • click "Load" on the imported project
  • add/remove icons, change project preferences
  • download set and unzip without changing folder name
  • run icomoon import and specify location of unzipped icon set (--dir or -d)
  • update icons file code (will display)

Requirements

  • ruby 2.2.2 or higher
  • requires your application to use SASS/SCSS

Note

It was tested on OS X only, not tested on Linux nor Windows.