Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

basedir for rebased url duplicated #48

Open
ray007 opened this issue Mar 4, 2019 · 0 comments
Open

basedir for rebased url duplicated #48

ray007 opened this issue Mar 4, 2019 · 0 comments

Comments

@ray007
Copy link

ray007 commented Mar 4, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant