sebastianhaas

Results 35 comments of sebastianhaas

Please don't, it is currently broken. See https://github.com/foo290/Django-Verify-Email/issues/68. You need to first merge https://github.com/foo290/Django-Verify-Email/pull/76.

cdnjs.com is off the table for now, they require 200 stars on Github or 800 downloads/month on npm. We don't have either. https://github.com/cdnjs/cdnjs/blob/master/CONTRIBUTING.md#b-request-a-new-library

jsDelivr could work, they handle this quite differently. They just fetch files from either npm or Github and then store it on S3 for any future requests: https://www.jsdelivr.com/features

Google Hosted won't take us. cdnjs.com would be the best option by far. But let's solve the question with what goes into npm by taking a look at others first,...

Pretty sure they have rate limits on raw downloads. Also, I'm not sure if linking to raw binaries in the sense of telling others to include a Github raw download...

But therefore we would need to have a non-minified version within our npm package. Which we don't at the moment.

> cdnjs.com is off the table for now, they require 200 stars on Github Which we will have in the near future :)

We should definitely consider using cdnjs.com then :) They provide great service.

I created a ticket at cdnjs: https://github.com/cdnjs/cdnjs/issues/13183

Eslint is hardly used in OSMD. It just checks the demo sources, webpack configuration files etc.