froala / wysiwyg-rails

Ruby gem for Froala jQuery WYSIWYG HTML Rich Text Editor.
https://froala.com/wysiwyg-editor
MIT License
465 stars 102 forks source link

Feature request: Font Awesome 4.5 #30

Closed shaunbrazier closed 8 years ago

shaunbrazier commented 8 years ago

Would be great to upgrade to Font Awesome 4.5. My PR failed tests but not sure why: https://github.com/froala/wysiwyg-rails/pull/29

stefanneculai commented 8 years ago

The current requirement is gem.add_dependency "font-awesome-rails", '~> 4.4', ">= 4.4.0.0" which means that it should be anything higher than 4.4. If you'd add font awesome in your GemFile and mention the version for it, then the editor will use that version.

shaunbrazier commented 8 years ago

@stefanneculai Thanks for the explanation.