Absolute paths for icons and fonts #4
Labels
No labels
bug
discussion
duplicate
enhancement
help wanted
invalid
question
suggestion
tracker
ui/ux
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: cadence/Carbon#4
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Find out that all the icons and fonts loaded using absolute paths. So I'm just unable to correctly run Carbon at subdirectories (like here).
List of non-loaded resources:
./static/whitney-500.woff
and./static/whitney-400.woff
called from./static/main.css
./static/directs.svg
and./static/channels.svg
called from./static/sync/sync.js:123
Maybe it's better to use relative path or something like this.
Thanks for the info. The build script is mostly designed to use relative paths, but I guess a few absolute paths got in there somehow. I'll address this at some point.
This should now be fixed.