Allow trimming and inlining critical CSS #1975
Answered
by
brillout
Demivan
asked this question in
Help & Questions
-
DescriptionRight now, there is no easy way to integrate https://github.com/danielroe/beasties to remove not used CSS from the page when pre-rendering. |
Beta Was this translation helpful? Give feedback.
Answered by
brillout
Nov 22, 2024
Replies: 1 comment 2 replies
-
Feel free to elaborate on what's missing on Vike's side for you to integrate Beasties. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I agree: #1979. Creating a
vike-beasties
should be easy then.Another less hacky workaround would be to crawl HTML files in
dist/client/
and run Beasties against each HTML file.