Skip to content

This is a repo for the Optimizely Experimenation App Support team, which can be used to share handy code snippets, extensions, etc. both internally and externally.

Notifications You must be signed in to change notification settings

optimizely/experimentation-support-public

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

experimentation-support-public

This is a repo for the Optimizely Experimenation App Support team, which can be used to share handy code snippets, extensions, etc. both internally and externally.

Instructions for hosting static files (JS/CSS/...) on GitHub and referencing them directly using jsdelivr.com

To get the jsDelivr URLs for GitHub-hosted files, you can use the following format:

https://cdn.jsdelivr.net/gh/:user/:repo@branch/:path

For example, here are the correct jsDelivr CDN links for the "cat" and "dog" files which are used in the Technical Interview for the Experimentation TSE role:

cat.js

Raw Github URL:

https://raw.githubusercontent.com/optimizely/experimentation-support-public/refs/heads/main/cat-and-dog/cat.js

jsDelivr URL:

https://cdn.jsdelivr.net/gh/optimizely/experimentation-support-public@main/cat-and-dog/cat.js

dog.js

Raw Github URL:

https://raw.githubusercontent.com/optimizely/experimentation-support-public/refs/heads/main/cat-and-dog/dog.js

https://cdn.jsdelivr.net/gh/optimizely/experimentation-support-public@main/cat-and-dog/dog.js

These URLs serve the raw content directly from GitHub via jsDelivr’s CDN, which is great for performance and caching.

About

This is a repo for the Optimizely Experimenation App Support team, which can be used to share handy code snippets, extensions, etc. both internally and externally.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published