systemjs / plugin-css

CSS loader plugin
MIT License
92 stars 60 forks source link

HTTP 404 in bundled version for fonts after updating from 0.1.23 to 0.1.25 #98

Closed Leonidnei closed 8 years ago

Leonidnei commented 8 years ago

I tried to update to 0.1.25 but got several 404 errors for font-awesome files after bundling the code (we use aurelia).

The failed URLs were one level upper than they should be (e.g. http://localhost/jspm_packages/npm/font-awesome@4.6.3/fonts/fontawesome-webfont.ttf instead of http://localhost/wpl/jspm_packages/npm/font-awesome@4.6.3/fonts/fontawesome-webfont.ttf)

guybedford commented 8 years ago

I've posted out a fix in 0.1.26. Please try this out if you can and let me know if you're still getting any issues at all here.

Leonidnei commented 8 years ago

Yes, 0.1.26 works fine for us. Thanks for quick fix.

guybedford commented 8 years ago

Excellent, thanks for the follow-up.