Instead of having to download minified versions from CDN, it would be nice to have them included in the GitHub Release directly. Generally, I prefer that over having to download from a CDN as it ensures I'm getting exactly what the developers intend, without having to trust a third-party.
There was an issue about this before:
But it was shut down as wontfix due to a misunderstanding of GitHub releases - of course adding the dist folder to git is not ideal, instead the intended way is to add files (or zipped folders) as release assets.
Instead of having to download minified versions from CDN, it would be nice to have them included in the GitHub Release directly. Generally, I prefer that over having to download from a CDN as it ensures I'm getting exactly what the developers intend, without having to trust a third-party.
There was an issue about this before:
But it was shut down as
wontfixdue to a misunderstanding of GitHub releases - of course adding the dist folder to git is not ideal, instead the intended way is to add files (or zipped folders) as release assets.