This repository was archived by the owner on Apr 6, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 41
Font urls can't be resolved #50
Comments
When defining the font url like:
It does work. |
Is it possible to make it work using relative font paths rather than absolute? |
Hi Brent, not sure. I haven't been looking any further as the absolute path is working fine for me like this. |
This was fixed in v0.1.7 👍 |
Ah good to know! Thanks |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Uh oh!
There was an error while loading. Please reload this page.
Without jit it can resolve the urls in app.css with a preceding ../ just fine:
With jit enabled it results in error:
This is running in a basic Laravel project with all latest versions installed.
Edit: It seems to produce this error when the path IS actually correct. If path is incorrect it just gets ignored.
The text was updated successfully, but these errors were encountered: