Skip to content
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

Use CloudFront (or another CDN) #44

Closed
texdc opened this issue Sep 17, 2016 · 3 comments
Closed

Use CloudFront (or another CDN) #44

texdc opened this issue Sep 17, 2016 · 3 comments

Comments

@texdc
Copy link

texdc commented Sep 17, 2016

S3 is not a CDN.

<link rel="stylesheet" href="https://s3-us-west-1.amazonaws.com/patterns.esri.com/files/calcite-web/1.0.0-beta.31/css/calcite-web.min.css">
<script src="https://s3-us-west-1.amazonaws.com/patterns.esri.com/files/calcite-web/1.0.0-beta.31/js/calcite-web.min.js"></script>

What you're looking for is CloudFront. You'll want to put your bucket behind a sub-domain, like cdn.esri.com or some-such.

<link rel="stylesheet" href="https://cdn.esri.com/files/calcite-web/1.0.0-beta.31/css/calcite-web.min.css">
<script src="https://cdn.esri.com/files/calcite-web/1.0.0-beta.31/js/calcite-web.min.js"></script>

Let me know if you need assistance setting it up. I'm an AWS Certified Solutions Architect.

@jgravois
Copy link

jgravois commented Sep 17, 2016

this repo doesn't reference any content on S3.

@texdc
Copy link
Author

texdc commented Sep 17, 2016

https://s3-us-west-1.amazonaws.com/patterns.esri.com/files/calcite-web/1.0.0-beta.31/css/calcite-web.min.css```

@jgravois
Copy link

I think you're looking for https://github.com/Esri/calcite-web/issues

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

No branches or pull requests

2 participants