- Use Path.expand(Path.join(app_root, path)) to correctly resolve both app files (lib/...) and blogex files (../blogex/...) - Previously Path.join alone did not resolve '..' components, causing all source viewers to show the wrong file content
- Use Path.expand(Path.join(app_root, path)) to correctly resolve both app files (lib/...) and blogex files (../blogex/...) - Previously Path.join alone did not resolve '..' components, causing all source viewers to show the wrong file content