Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Publish jtflib to CDN? #3

Open
situx opened this issue Apr 8, 2021 · 7 comments
Open

Publish jtflib to CDN? #3

situx opened this issue Apr 8, 2021 · 7 comments

Comments

@situx
Copy link

situx commented Apr 8, 2021

Would it be possible to provide a version of your library on a public CDN?
This would simplify reusage of the library to validate ATF and to convert ATF to JTF and vice versa

@epageperron
Copy link
Member

Do you have a suggestion as to where?

@situx
Copy link
Author

situx commented Apr 12, 2022

These services come to mind:
https://www.jsdelivr.com/features
https://unpkg.com
I have never published anything there, but it is probably easy to set up

@sengarsameer
Copy link
Member

jsdelivr is good, we can also think about cdnjs https://cdnjs.com/about. They have a good market share and userbase.

@larsgw
Copy link
Contributor

larsgw commented Apr 12, 2022

Do you mean to reuse it in the browser?

@situx
Copy link
Author

situx commented Apr 12, 2022

Yes, that was my idea. Currently, you have to build the library using npm and browserify and it would be easier if you could access the library from a CDN.

@larsgw
Copy link
Contributor

larsgw commented Apr 12, 2022

So what we need to do is make a browserify (or webpack) build and put the resulting bundle on GitHub or npm because jsdelivr and unpkg already serve those files anyway (unpkg only for npm).

@situx
Copy link
Author

situx commented Apr 12, 2022

I believe so

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants