#[SOLVED] Tailwind generates long css filename
26 messages · Page 1 of 1 (latest)
Hi. I believe that is Astro generating the names. Why is it a problem? It shouldn’t affect speed
At least not in any way you should see
but I checked other site made with Astro and Tailwind too and it just generates short hash filename...
a bit weird 🤔
This is a really nice feature!
Ty, will be added to 1.1.0
Hi @tulip wyvern i'm looking for the same thing, my css file is very long, did you find any solution ?
nope not yet :(
The same for me
I tried it on a friend's astro site and it doesn't generate long css file name
he also uses tailwind
I compiled this project found on Astro Official Github : https://github.com/onwidget/astrowind
The Dist index file is compiled with short css file name
i'm trying to find how they do it, maybe of Vite integration on astro config file.
If you find any solution, let me know, i'll do the same
Try upgrading the Astro version for this one. It’ll probably have the long file names then
How can i upgrade ?
Change the version in package.json and install and then upgrade
Thank you for your help, i upgraded Astro and now i have short css file name.
Shit the main Css file is disappeared on build folder
Only with updating Astro?
👍