habbes / xaval

Interactive web-based playground for computer vision exploration and experimentation
https://xaval.habbes.xyz
5 stars 0 forks source link

CSS takes time to load #91

Closed habbes closed 6 years ago

habbes commented 6 years ago

The app's styles take time to load and the app appears style-less for a blink second.

This is probably because the styles are injected by app.js thanks to Webpack's bundling. Ideally the css should be loaded separately, before the js (and the html body) is loaded.