andrewdavey / andrewdavey/cassette

Issue with font file with existing hash

Ouverte
#356 0 commentaires 0 réactions 0 personnes assignées Voir sur GitHub
Langage dominant
C#
Étoiles
531
Forks
139
Métriques de merge des PR
Aucune PR mergée en 30 j

Description

I'm using http://fortawesome.github.com/Font-Awesome/ and the css reference in their file looks like:

```
@font-face {
font-family: 'FontAwesome';
src: url('../font/fontawesome-webfont.eot?v=3.0.1');
src: url('../font/fontawesome-webfont.eot?#iefix&v=3.0.1') format('embedded-opentype'),
url('../font/fontawesome-webfont.woff?v=3.0.1') format('woff'),
url('../font/fontawesome-webfont.ttf?v=3.0.1') format('truetype');
font-weight: normal;
font-style: normal;
}
```

The problem is the `url('../font/fontawesome-webfont.eot?#iefix&v=3.0.1')` part. In Release, Cassette properly handles all the other references, but that one ends up just coming through like `/Content/css/../font/fontawesome-webfont.eot?#iefix`. In my case, I don't need the legacy IE support for this application, so I just blew away that reference, but someone else may need it. Since the others work, I assume it has something to do with that `#iefix`.

See also: http://stackoverflow.com/questions/8050640/how-does-iefix-solve-web-fonts-loading-in-ie6-ie8 for info on ?#iefix

Guide de contribution

Aucun guide de contribution indexé pour ce dépôt

Évaluation

Cette issue n'a pas encore été évaluée.

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.