farskid / xstate.tips

Tips and tricks of using xstate for UI Development
https://xstate.tips
18 stars 0 forks source link

Minify static css files #16

Closed farskid closed 3 years ago

farskid commented 4 years ago

CSS files inside the static directory are served as raw. Although they're really small, it's better if they were post-processed(concatenated, minified) and inlined as critical css in the head.

github-actions[bot] commented 4 years ago

This issue is marked as stale due to inactivity.