Andrew Welch
Andrew Welch
> Isn't llms.txt just meant to be a machine-friendly version of a page? At least that's what I found out here: https://llmstxt.org/ > > Edit: somebody already made a plugin...
Sure, if you want to submit a PR that'd be great, I'll have a look at it. I'm wondering what your use-case is for manually using `. srcsetWidthWebP()` in your...
Lacking any additional information, there isn't much advice I have to offer unfortunately. I can say that this works: https://github.com/nystudio107/devmode/tree/develop/buildchain
Not sure what to say... I just deleted the critical CSS files locally for the devmode.fm site: https://github.com/nystudio107/devmode ...ran a `make build` and got this output: ``` ~/webdev/sites/devmode git:[devmode-vite] make...
Weird that it wouldn't pick up Tailwind CSS classes. My guess is that due to the way the Tailwind CSS plugin is generating CSS, somehow the critical plugin isn't tapping...
If someone can point me to a github repo where I can reproduce this issue, that'd help.
So just a guess that folks here can try... it's possible that the `tailwindcss()` Vite plugin needs to execute first. Have you tried putting the `critical()` plugin last in the...
I still haven't had time to sit down and debug this, but here's something else you can try. My _suspicion_ is that somehow, the CSS that the rollup-plugin-critical is being...
@twitcher07 yeah empty files are something I'm totally unable to reproduce. Where are you running the critical task from? If it's inside of ddev, you need to make sure that...
@twitcher07 what happens if you run it inside of the ddev container (which is generally where build systems should be run)?