RecursiveThinking / recursive_thinking_website

Recursive Thinking Website
5 stars 2 forks source link

Safari - Doesnt support rel=import #19

Closed amnevins closed 6 years ago

amnevins commented 6 years ago

Will have to do some concatenating of html webpack magic to put all templates in index.html. They are doc frags so should not hold up loading of DOM. This will make us work on Safari.

clayton-perszyk commented 6 years ago

was looking into a polyfill, but didn't have any luck getting it to work

MynockSpit commented 6 years ago

Oh really? Where were you looking.

MynockSpit commented 6 years ago

So there's this: https://github.com/webcomponents/html-imports

Either we need to figure out how to get this to work, or re-think how we're doing our imports. (e.g. Maybe we should have a build step concatenate all the HTML files and only load one?)

clayton-perszyk commented 6 years ago

here's the one I was checking out: https://github.com/webcomponents/webcomponentsjs

MynockSpit commented 6 years ago

We're no longer using html imports so this shouldn't be an issue anymore.