englue / meteor-bootstrap3-sass

Meteor package for Bootstrap 3 with Sass support
GNU Lesser General Public License v3.0
40 stars 15 forks source link

Resource interpreted as Font but transferred with MIME type text/html #15

Closed AdamBrodzinski closed 10 years ago

AdamBrodzinski commented 10 years ago

I'm getting an error when using your Bootstrap Sass package. I'm assuming this is because they're not coming out of the public folder? Is there a way to override the url variable?

Header:

Remote Address:127.0.0.1:3000
Request URL:http://localhost:3000/packages/reywood_bootstrap3-sass/assets/fonts/bootstrap/glyphicons-halflings-regular.woff
Request Method:GET
Status Code:200 OK

connection:keep-alive
content-type:text/html; charset=utf-8
date:Sun, 12 Oct 2014 23:08:24 GMT
transfer-encoding:chunked
vary:Accept-Encoding
reywood commented 10 years ago

Not sure what the trouble is. I get content type application/font-woff when I run it. What version of meteor are you running and on what platform?

AdamBrodzinski commented 10 years ago

Ah, that was it.... I was on 9.0.1 and when I ran meteor update a constraint on a package prevented it from updating. Just updated to 0.9.4 and it's running great.

Thanks for the help and also thanks for creating this package! :beers:

reywood commented 10 years ago

No problem!