PolymerLabs / crisper

BSD 3-Clause "New" or "Revised" License
106 stars 22 forks source link

Crisper causing FOUC #45

Open Steven-Roberts opened 8 years ago

Steven-Roberts commented 8 years ago

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?