Closed strarsis closed 6 years ago
Hmm, you sure you're on dev-master? It should be doing \BladeSvgSage\svg_image()
when doing @icon
, not App\svg_image()
.
@Log1x: I switched to 'dev-master' and ran composer update
but still the same error occurs.
@Log1x: How can I further debug / help with this? Currently I either have the bug with missing image in production build - or the fatal error.
@Log1x: On a fresh theme the fatal error went away. However, the SVG cannot be found, the hash is not resolved.
Composer:
"log1x/blade-svg-sage": "1.0.5"
I cannot find any code in latest log1x/blade-svg-sage
(1.0.5) that resolves
the file name to a hashed file name for production.
@Log1x: Can I help fixing this issue?
This seems to work now.
I required latest blade-svg-sage as theme composer package dependency. However, I get an error on the pages where
@icon
is used:How can I help with/further debug this?