-
Notifications
You must be signed in to change notification settings - Fork 21
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
Is it possible to add CDNJS to download page? #13
Comments
I'm not sure whether this presents a problem, but I'd point out that it appears there is a small difference between CDNJS's build and Google CDN's. Looking at Both of these are set in I poked a few simple test cases (including one using legacy |
Hi @kfranqueiro, the build on CDNJS was downloaded from official website. Is there anything I need to fix? |
I just poked through Dojo's release script. Builds specifically for CDNs get posted to http://archive.dojotoolkit.org/cdn/, so you probably want to host the files from the zips there instead. Note that some old versions prior to 1.7 were packaged differently and specific to each CDN, though I'm not sure you're concerned with releases that old anyway. |
@kfranqueiro I'm very sorry for my late reply, and thanks for your help, I'm wondering if there is a git repo or npm package can serve these files? CDNJS currently supports the auto-update mechanism from git repo or npm package, if we can fetch the updates from one of them, we don't need manually update dojo on CDNJS anymore, thanks. |
Hi there,
I'm the CDNJS maintainer Peter, I wonder if you would like to add CDNJS on the download page just like Google CDN, so that your users can have one more choice, this is the page of dojo on CDNJS:
https://cdnjs.com/libraries/dojo
Thank you.
Best,
Peter
The text was updated successfully, but these errors were encountered: