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

internet explorer, github, jsfiddle, and mime type #585

Closed
ScottIngram opened this issue Jul 26, 2012 · 4 comments
Closed

internet explorer, github, jsfiddle, and mime type #585

ScottIngram opened this issue Jul 26, 2012 · 4 comments

Comments

@ScottIngram
Copy link

While testing some knockout stuff on jsFiddle and Internet Explorer, IE complained:

SEC7112: Script from https://raw.github.com/SteveSanderson/knockout/master/build/output/knockout-latest.debug.js was blocked due to mime type mismatch

by contrast, it successfully loaded https://github.com/downloads/rniemeyer/knockout-sortable/knockout-sortable.js

@rniemeyer
Copy link
Member

The raw files are not served with the correct mime type from Github, as they likely don't intend to be a server for the content.

You can link to one of the officially released here:
http://github.com/downloads/SteveSanderson/knockout/knockout-2.1.0.js
http://github.com/downloads/SteveSanderson/knockout/knockout-2.1.0.debug.js

@mbest
Copy link
Member

mbest commented Jul 26, 2012

@mbest mbest closed this as completed Jul 26, 2012
@ScottIngram
Copy link
Author

Excellent, thanks!

How about the mapping plugin? The official knockout site http://knockoutjs.com/documentation/plugins-mapping.html links to https://github.com/SteveSanderson/knockout.mapping/tree/master/build/output which doesn't seem to have a version under github.com/downloads.

@mbest
Copy link
Member

mbest commented Jul 30, 2012

How about the mapping plugin?

Please open an issue in https://github.com/SteveSanderson/knockout.mapping/issues since that's a separate project.

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

3 participants