Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Support syncing multiple major versions #50

Open
megawac opened this issue Jul 13, 2015 · 3 comments
Open

Support syncing multiple major versions #50

megawac opened this issue Jul 13, 2015 · 3 comments

Comments

@megawac
Copy link
Contributor

megawac commented Jul 13, 2015

Several projects maintain multiple major version (notably jQuery). It'd be useful to support syncing latest tags on different major versions

@lewisgoddard
Copy link

How would this be implemented? Something in the json? The only solution that I can think of that doesn't require manually enabling would be to pull in every release.

@megawac
Copy link
Contributor Author

megawac commented Jul 13, 2015

Nah, it shouldn't be too hard to determine when comparing local (jsdelivr) and remote versions; all that would have to be done would be to divy up versions by major and detect local major versions which aren't hosted. If any, open a PR.

Probably would make sense to only open 1 PR per project at a time.

@lewisgoddard
Copy link

What about systems that support, for example, 1.8.x and 1.9.x? This seems like it's going to fix jQuery (important, admittedly) but not much else.

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

No branches or pull requests

2 participants