xronos-ch / xronos.rails

Ruby on Rails application powering XRONOS, an open infrastructure for chronometric data from archaeological contexts worldwide
https://xronos.ch
MIT License
4 stars 0 forks source link

Gem version of FontAwesome doesn't work with propshaft pipeline #302

Closed joeroe closed 12 months ago

joeroe commented 1 year ago

Options:

  1. Re-add FontAwesome to the asset pipeline via NPM: https://www.babar.im/blog/programming/ruby/how-to-use-fontawesome-5-6-with-rails-7-and-propshaft.html
  2. Replace with Bootstrap Icons (which is bundled with cssbundling-rails) or another icon library
  3. Use the CDN version of FontAwesome

One issue with #2 is that EasyMDE depends on FontAwesome being available.

joeroe commented 12 months ago

Went with the second option, so #304 is an issue.