Closed jamesmartin closed 5 years ago
Suggested in https://github.com/jamesmartin/inline_svg/issues/93.
This branch allows inline_svg to be configured to raise an error when an SVG file is not found, rather than including a placeholder.
inline_svg
InlineSvg.configure do |config| config.raise_on_file_not_found = true end
/cc @elalemanyo, is this what you had in mind?
Suggested in https://github.com/jamesmartin/inline_svg/issues/93.
This branch allows
inline_svg
to be configured to raise an error when an SVG file is not found, rather than including a placeholder./cc @elalemanyo, is this what you had in mind?