Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CSSResourceLocator: account for symlinks in app path
Currently, if the app path includes a symlink, the calculated webDir will be incorrect when generating CSS and URLs will be pointing to the wrong place, breaking CSS. Use realpath when retrieving app path, and these issues go away. Fix #6028 Signed-off-by: Kyle Fazzari <kyrofa@ubuntu.com>
- Loading branch information