icambron / twix.js

:hourglass::left_right_arrow: A date range plugin for moment.js
https://isaaccambron.com/twix.js/
MIT License
379 stars 54 forks source link

Include Twix version 0.9.0 on https://cdnjs.com #84

Closed sumanamit closed 8 years ago

sumanamit commented 8 years ago

Please add current twix version on cdn.

Thank you!!!

icambron commented 8 years ago

@amtkmrsmn I don't control that CDN. I recommend you write a pull request to update it in their repository -- it even looks like they now support auto-updating from the NPM package, so you'd only ever have to do it once.

sumanamit commented 8 years ago

Thanks @icambron

icambron commented 8 years ago

Actually, I bet that it doesn't work because this no longer has the right paths: https://github.com/cdnjs/cdnjs/pull/5039. There's no more locale and stuff is in files/ instead of bin/

icambron commented 8 years ago

This seems to have been resolved: https://cdnjs.com/libraries/twix.js

Edit: ah, I see you did it: https://github.com/cdnjs/cdnjs/pull/7166. Thanks!