BorisMoore / jsviews

Interactive data-driven views, MVVM and MVP, built on top of JsRender templates
http://www.jsviews.com/#jsviews
MIT License
856 stars 130 forks source link

The jsView's website can't show something... #375

Closed wilddylan closed 7 years ago

wilddylan commented 7 years ago
qq20170411-190241 2x
BorisMoore commented 7 years ago

It works for me. Is it working again now for you?

It looks like for some reason you were getting a corrupted version of remarkable.min.js from //cdnjs.cloudflare.com/ajax/libs/remarkable/1.6.2/remarkable.min.js...

wilddylan commented 7 years ago

Not work.... 😢

BorisMoore commented 7 years ago

If you create a file test.html, containing the following, and try to load it in your browser, does it work?

<!DOCTYPE html>
<html>
<head><meta charset="UTF-8">
<script src="//cdnjs.cloudflare.com/ajax/libs/remarkable/1.6.2/remarkable.min.js"></script>
Hello
</body>
</html>
wilddylan commented 7 years ago

fd87d3db-f098-4417-934b-dda75256ecb0

not work... I'm in china, this is the reason?

BorisMoore commented 7 years ago

Yes, I think so. It works for me here in the US, I think there is a problem with the CDN for that file, in China.

Can you change that test.html to load this version instead, and see if this time it works: https://cdnjs.cloudflare.com/ajax/libs/remarkable/1.7.1/remarkable.min.js

If that works, I will soon change jsviews.com to use 1.7.1.

Also, it may make sense to contact remarkable or CDNS about the issue. See this old issue: cdnjs.com unavailable from China.

wilddylan commented 7 years ago

https://cdnjs.cloudflare.com/ajax/libs/remarkable/1.7.1/remarkable.min.js is work for me.

Many thanks for what you have done.

BorisMoore commented 7 years ago

Commit 85 uses v 1.7.1 of remarkable.js - so this problem should now be resolved.

wilddylan commented 7 years ago

Many thanks. it works.