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

webfont.eot?#iefix doesn't get it's reference within CSS changed #25

Open
intellix opened this issue May 30, 2014 · 1 comment
Open

Comments

@intellix
Copy link

So the revisions are added to all of my font files, and the references inside my CSS file are all changed.... except for the references with ?#iefix on the end (font code created by Compass v1 alpha)

The output:

@font-face {
    font-family: Titillium;
    src: url(/fonts/90b0c102.titillium-regular-webfont.eot);
    src: url(/fonts/titillium-regular-webfont.eot?#iefix) format('embedded-opentype'),
         url(/fonts/90b0c102.titillium-regular-webfont.eot) format('embedded-opentype'),
         url(/fonts/a7eeebd4.titillium-regular-webfont.woff) format('woff'),
         url(/fonts/293a2e2e.titillium-regular-webfont.ttf) format('truetype'),
         url(/fonts/686d139d.titillium-regular-webfont.svg) format('svg');
}
@krishna383
Copy link

This looks to be an issue with fs.renameSync

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

2 participants