Skip to content

khonsu-development/cdn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CDN for Khonsu Development

Copyright notice

© 2024 Johann Roux

Usage

https://www.jsdelivr.com/?docs=gh

Load any GitHub release, commit, or branch

Note: we recommend using npm for projects that support it https://cdn.jsdelivr.net/gh/user/repo@version/file

Load jQuery v3.6.4

https://cdn.jsdelivr.net/gh/jquery/jquery@3.6.4/dist/jquery.min.js

Use a version range instead of a specific version

https://cdn.jsdelivr.net/gh/jquery/jquery@3.6/dist/jquery.min.js https://cdn.jsdelivr.net/gh/jquery/jquery@3/dist/jquery.min.js

Omit the version completely to get the latest one

You should NOT use this in production https://cdn.jsdelivr.net/gh/jquery/jquery/dist/jquery.min.js

Add ".min" to any JS/CSS file to get a minified version

If one doesn't exist, we'll generate it for you https://cdn.jsdelivr.net/gh/jquery/jquery@3.6.4/src/core.min.js

Add / at the end to get a directory listing

https://cdn.jsdelivr.net/gh/jquery/jquery/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published