I have set up a simple polymer project here that uses vulcanize and crisper. When I view index.html, there is a flash of unstyled content. I have tried adding the unresolved attribute to the body, but this did not work. It seems to be caused by waiting for the index.js file generated by crisper to load. Any idea on how to fix this?
I have set up a simple polymer project here that uses vulcanize and crisper. When I view index.html, there is a flash of unstyled content. I have tried adding the
unresolved
attribute to the body, but this did not work. It seems to be caused by waiting for the index.js file generated by crisper to load. Any idea on how to fix this?