i18next / i18next-gitbook

165 stars 172 forks source link

cdn url stop working #89

Closed onneri closed 5 years ago

onneri commented 5 years ago

this resource "https://unpkg.com/i18next/i18next.min.js" stop working are you guys planning on redirect it to the new cdn url?

jamuhl commented 5 years ago

brought back in i18next@17.0.2

but be aware any update when using https://unpkg.com/i18next/i18next.min.js could be breaking as it redirects to lastest version (which could be major and API breaking)

you should use a fixed version like https://unpkg.com/i18next@16.0.0/i18next.min.js to make sure there is nothing breaking when using latest

onneri commented 5 years ago

awesome, I don't know where did I get that url in first place, because in your docs are the .../dist/.. ones. thank you @jamuhl appreciate the info