-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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
Pre-built version of jquery-ui #2011
Comments
Hey! We distribute the built files to CDNs and share zipped copies of the bundles on the jQuery UI sites. We're not planning any changes here as the project is mostly in maintenance mode. You can download the full source & theme packages by using the quick download links from the jQuery UI Download Builder page or the 1.13 blog post. I hope that's enough for you. Thanks! |
Unfortunately, downloading from the site won't work for cdnjs -- we either need the files in an NPM package, or in a tagged git repo. Many users rely on jQuery UI through cdnjs, so it'd be great if y'all could help out here so that we can get the updated version made available to them :) |
How do you handle older jQuery UI versions? I think none of them includes built files, don't they? |
Looking at our config, we've never updated this library under the new system -- under the old system folks would manually commit files but we no longer permit that for an assortment of reasons (mainly security + infra). |
you could perhaps create a branch or tag (jquery-ui-1.13.0.cdn) and put built files there for cdnjs... |
Any chance this is going to happen? |
Alright, it might be that it's just a question of copying two files from the If this works (I still need to try it), we could release it as (please don't assume it will happen just yet, I am not 100% sure yet if this works) |
Both unminified & minified versions are included. Fixes jquerygh-2011
Both unminified & minified versions are included. Fixes jquerygh-2011
Both unminified & minified versions are included. Fixes jquerygh-2011
Both unminified & minified versions are included. Fixes jquerygh-2011
Both unminified & minified versions of JS & CSS files are included, for all themes, as well as images. Fixes jquerygh-2011
PR: #2059 |
@MattIPv4 It might be helpful for you to review the above PR as well. This currently adds everything that gets published to the CDN to the |
👀 That looks/sounds great! |
Looks good to me too |
This change went out in jQuery UI 1.13.2: https://blog.jqueryui.com/2022/07/jquery-ui-1-13-2-released/ |
Hey folks,
We're trying to update jquery-ui on cdnjs, but it looks like this repo as well as the NPM package only distribute jquery-ui in its assorted parts, rather than shipping a pre-built JS bundle like you get if you use the code.jquery.com CDN or the download option on the site.
Is there a distributed version that is pre-built available in an NPM package or tagged git repository anywhere that we can use as the update target for cdnjs? Or, should we just be hosting the content of UI & themes from the NPM package / git repo on the CDN?
Cheers, Matt.
(cc cdnjs/packages#889)
The text was updated successfully, but these errors were encountered: