Closed mpchadwick closed 3 years ago
Right now we use the ugly shell_exec of the find command to determine if template files are overridden. There's probably a better way to do this (likely leveraging a class under Magento\Framework\View...)
shell_exec
find
Magento\Framework\View
This is worth looking into, but need to be careful as it also seems like it could be prohibitively slow if not done correctly.
Going to close this for now, given that #38 drastically improved override checking.
Right now we use the ugly
shell_exec
of thefind
command to determine if template files are overridden. There's probably a better way to do this (likely leveraging a class underMagento\Framework\View
...)