REM-unit-polyfill icon indicating copy to clipboard operation
REM-unit-polyfill copied to clipboard

CDN Support

Open nford opened this issue 10 years ago • 2 comments

Would love to see built-in support for assets hosted on CDN.

nford avatar Jun 09 '14 19:06 nford

Would be great, but I think that'll require a ton of work to deal w/ CORS support and might be a challenge for < IE8. I know there are some existing solutions out in the wild. Have you experimented with any plugins that might provide that outside this polyfill?

chuckcarpenter avatar Jun 10 '14 14:06 chuckcarpenter

I've experimented with a few different things, and had great success in our particular environment implementing Respond.js with their built-in cross domain support. Such support would make it much easier to implement your polyfill when access to the server configuration is difficult or impossible, and keeping the total number of plugins in use to a minimum is desired.

nford avatar Jun 10 '14 14:06 nford