You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 28, 2018. It is now read-only.
Using font-awesome, I noticed the relative font paths were not converted to the new path.
Example URL:
url(../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular)
The real path of this file is not found, so $css_asset_path is empty, and conversion has not taken place.
The query string in the URL (?v=...) makes it fail. The code should first strip all query-string and url-hash, before trying to find the real path.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Using font-awesome, I noticed the relative font paths were not converted to the new path.
Example URL:
url(../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular)
The real path of this file is not found, so $css_asset_path is empty, and conversion has not taken place.
The query string in the URL (?v=...) makes it fail. The code should first strip all query-string and url-hash, before trying to find the real path.
The text was updated successfully, but these errors were encountered: