Closed mbyczkowski closed 7 years ago
Rails.application.assets
/public/assets
inline_svg
@niffin it's the Rails Asset Pipeline again and it bit some people (i.e. assets work locally, but not in production) across a number of gems, e.g. https://github.com/jamesmartin/inline_svg/issues/25
Rails.application.assets
is not set, and instead static assets should be fetched from/public/assets
. Theinline_svg
gem makes SVGs work both in development and production modes