You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 23, 2020. It is now read-only.
<svg><!-- SVG file not found: 'cart.svg' --></svg>
Do you have any idea why this is happening for us? We followed the install steps, the icon fonts are precompiled and in the public/assets folder, including the svg font, just none of the svg image files.
We precompile our assets for production, and none of the svg files for the icons are available in production.
Turn off compilation in development:
Run precompilation before starting server:
bundle exec rails assets:precompile
Use an inline svg in haml/erb:
= mdi_svg 'cart'
Result is:
Do you have any idea why this is happening for us? We followed the install steps, the icon fonts are precompiled and in the
public/assets
folder, including the svg font, just none of the svg image files.I also tried setting this:
But no luck... thanks for reading
The text was updated successfully, but these errors were encountered: