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 minimized version for jsdelivr #25

Open
musikele opened this issue Nov 9, 2021 · 2 comments
Open

publish minimized version for jsdelivr #25

musikele opened this issue Nov 9, 2021 · 2 comments

Comments

@musikele
Copy link

musikele commented Nov 9, 2021

Hi there,
I am using your project with jsdelivr by using this url:

https://cdn.jsdelivr.net/npm/[email protected]/dist/index.js

The problem is that the file is not minimized, and it would be cool to have a niminized version so we can simply import it in our files.

@jimaek
Copy link

jimaek commented Nov 10, 2021

jsDelivr can minify any file on the fly if you add min to the filename. e.g. https://cdn.jsdelivr.net/npm/[email protected]/dist/index.min.js

@musikele
Copy link
Author

This is just fantastic! Thanks for pointing this out.

(You may want to add a note in the readme?)

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

2 participants