Issue in asset path from parent theme
patilvishalvs opened this issue · 1 comments
patilvishalvs commented
There is an issue when getting assets path from parent theme on windows machine. Given below patch may help resolve the issue.
$themePath = str_replace(base_path().DIRECTORY_SEPARATOR, '', $this->getThemeInfo($themeInfo->get('parent'))->get('path') ).'/';
parent-them-assets-path.txt
Shipu commented
added thanks dear.