Log1x / blade-svg-sage

A simple package to add support for Blade SVG by Adam Wathan to Roots Sage.
MIT License
73 stars 13 forks source link

Fix bug with paths containing subdirectories #14

Closed hybridvision closed 6 years ago

hybridvision commented 6 years ago

Previously, if an icon path containing a subdirectory (eg. 'icons/myicon') was passed to get_icon_sage_path($icon), the subdirectory would be stripped from the final hashed path, resulting in an exception due to the file not being found.

More details: https://github.com/Log1x/blade-svg-sage/issues/11

strarsis commented 6 years ago

@Log1x: Any chances that this PR is going to be reviewed and merged?