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

Fixes ability of requiring font-awesome assets #21

Closed grzuy closed 9 years ago

grzuy commented 9 years ago

Steps to reproduce the issue:

The problem being that the font-awesome-rails assets are not included in asset search path (i.e Rails.application.config.assets.paths). The requirement of the dependency should fix this.

More details: https://github.com/bokmann/font-awesome-rails#rails-engines https://bibwild.wordpress.com/2013/02/27/gem-depends-on-rails-engine-gem-gotcha-need-explicit-require/

grzuy commented 9 years ago

Related: https://github.com/bokmann/font-awesome-rails/issues/130