-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
9 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,11 @@ | ||
# PSU web components CDN | ||
This is for deploying various web components out to a content delivery network. | ||
This is a deployment of built CDN assets for a pure CDN and HAXCMS based CDN | ||
|
||
This is still a work in progress to ensure we can get the paths down. | ||
```html | ||
<script> | ||
window.__appCDN = "https://cdn.hax.cloud/cdn/"; | ||
</script> | ||
<script src="https://cdn.hax.cloud/cdn/build.js"></script> | ||
``` | ||
|
||
You can also access the [storybook](/storybook) of assets which is built in the [webcomponents repo](https://github.com/haxtheweb/webcomponents) but for versioning reasons is deployed here at set times in our process. |