jquery / jqueryui.com

jQuery UI web site content
https://jqueryui.com
Other
132 stars 114 forks source link

Move zip files to CDN #70

Closed jzaefferer closed 10 years ago

jzaefferer commented 10 years ago

I see no good reason for putting the zip files in this repository. They should be on the CDN.

Since jquerymobile.com seems to do the same, ccing @arschmitz @uGoMobi and @gseguin to discuss this for both projects.

kborchers commented 10 years ago

+1 I see no reason to version control the zips

arschmitz commented 10 years ago

we previously had them on the cdn and someone i don't recall i think @gnarf or @scottgonzalez thought they should be moved to the website. I am fine with either but we should settle this once and for all and not keep going back and forth ( as mobile has now i believe twice )

gseguin commented 10 years ago

We actually specifically moved the zips out of the CDN. I remember talking with @scottgonzalez about this.

gseguin commented 10 years ago

Same here, I'm fine with either but the rationale if I remember correctly was that CDN is used for live sites to get the runtime. The zip is not that.

jaspermdegroot commented 10 years ago

I suppose @scottgonzalez and @gnarf have a good reason why the zip files don't belong on the CDN, but I am fine with either as well.

gnarf commented 10 years ago

@gseguin hit it pretty solidly.

The CDN is not a "download" site.

If you want zips for download, we should just host them on one of the websites, it's not code that is "CDN"ed

gnarf commented 10 years ago

Or rather I'm going to counter @jzaefferer's OP here and say that the .zip files should definitely not be on the cdn - If we don't want them on jqueryui.com repo, we can find a different spot for them, but it seems like "the right place"

gnarf commented 10 years ago

If ES6 modules arrives and suddenly we can bundle via zips - we can come back to this? :)