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
I'm trying to concat 4 css files which have in total 4 url() directives, one of which is a data-url.
Two others point to an image in folder img and are fine, the last one is material icons in folder lib/m.
Unfortunately the attempted font-load has become
url("lib/lib/m/MaterialIcons-Regular.ttf")
Note: interestingly enough, moving the call to concatCSS to before cleanCSS seems to make things work.
But the @font-face for material icons is missing completely in this case, not sure how font family "Material Icons" is resolved on my machine in this case.
The text was updated successfully, but these errors were encountered:
I'm trying to concat 4 css files which have in total 4 url() directives, one of which is a data-url.
Two others point to an image in folder
img
and are fine, the last one is material icons in folderlib/m
.Unfortunately the attempted font-load has become
Note: interestingly enough, moving the call to
concatCSS
to beforecleanCSS
seems to make things work.But the
@font-face
for material icons is missing completely in this case, not sure how font family "Material Icons" is resolved on my machine in this case.The text was updated successfully, but these errors were encountered: