- allow configuration (and automatic creation) of icon guide directory (/rails_root/public/fontello-demo.html), fixes #19
- more verbose/helpful CLI output
- add
-v
/--version
switch to CLI for printing out the current version
- allow setting global options using a .yml file (e.g. /rails_root/config/fontello_rails_converter.yml)
- allow configuration of the stylesheet extension for the SCSS files (
.css.scss
or.scss
) - fail gracefully when there is no config file yet (90ec5942383cc5558a097aa78c4adcc809ab6a0e)
- fixes for 2 encoding issues #11 and #12 by @hqm42
- removed deprecated rake task
- updated railtie integration, so that rails will find and precompile the asset in
vendor/assets/fonts
- only an update to the gemspec description
- convert the gem to a CLI tool with
open
andconvert
commands - deprecated rake task
- make use of the fontello API
- updated rubyzip dependency
- initial release