- [feature] added new
--webpack
option to convert stylesheets for use with webpack. #45 - [bugfix] fixed compatibility with Rails 5 #44
- [bugfix] embedded base64 fonts (using
url()
) were not decoded correctly #43
- added .woff2 support #41
- [enhancement] embedded stylesheet (e.g.
fontello-embedded.css
) will also be converted to Sass #32 - [bugfix] the .css source version of a stylesheet will be deleted on conversion, because having both a fontello.css and fontello.scss was creating problems #33
- [bugfix] for case where font name in
config.json
is empty #30
- added new
copy
command for cases where you don't want to convert assets - gem now depends on Ruby 2.x
- [improvement] changed default stylesheet file extension from
.css.scss
to.scss
because of recent change insass-rails
(see #26) - [bugfix] fixed stylesheet extension option parsing #25
- [bugfix] the
config.json
wasn't being copied anymore
- 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