Skip to content
Unverified Commit b0d29663 authored by Kyle Fazzari's avatar Kyle Fazzari
Browse files

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: default avatarKyle Fazzari <kyrofa@ubuntu.com>
parent 6fd99b4e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment