Is anyone aware of a script or utility (or DreamWeaver plugin) that will add the file's location on the server, as a commented line, inside the actual file?
I.e. if the file is {server_root}/catalog/theme/template/version2/subfolder/template.twig,
the script should add:
<!-- PATH: {server_root}/catalog/theme/template/version2/subfolder/template.twig -->
inside the actual file itself.
Yes, I can do it manually, but it would save SO much time if there was a way to automate this process.
Any advice would be appreciated!