avoidwork / filesize.js

JavaScript library to generate a human readable String describing the file size
https://filesizejs.com
BSD 3-Clause "New" or "Revised" License
1.61k stars 97 forks source link

Website and CDN gone and Cloudflare error page is shown #92

Closed kaspergrubbe closed 6 years ago

kaspergrubbe commented 6 years ago

Hi, it seems like https is working, but that Cloudflare can't reach the backend.

kaspergrubbe commented 6 years ago

In the meantime I guess people can use cdnjs for a mirror:

https://cdnjs.com/libraries/filesize (Instead of http://cdn.filesizejs.com/filesize.min.js (like I did))

It is even versioned! 👍

avoidwork commented 6 years ago

cdnjs.com is the only thing that should be used; i'll be changing the webpage links to it later today. site is back up.

kaspergrubbe commented 6 years ago

Thank you, I was a bit afraid that it was too much to ask for (given your github username ;)).

avoidwork commented 6 years ago

oh, no... it's the reverse! i setup a cdn years ago for 1 person and then it stuck around for a few years, and now it's dead.... cause that other cdn ;)

avoidwork commented 6 years ago

i've put the old cdn.filesizejs.com domain up, but please use cdnjs instead.

kaspergrubbe commented 6 years ago

Awesome, thank you!