0
我在我的rails應用程序中使用svg圖像,它們位於/ app/assets/images。我還增加了預編譯(配置/ application.rb中)SVG:在rails中預編譯svg圖像3.2
config.assets.precompile += %w(.svg)
然而,使用了在生產,它導致異常:
ActionView::Template::Error (image.svg isn't precompiled):
什麼我需要添加到預編譯svg並使其可訪問?