Closed hybridvision closed 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.
get_icon_sage_path($icon)
More details: https://github.com/Log1x/blade-svg-sage/issues/11
@Log1x: Any chances that this PR is going to be reviewed and merged?
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