fulcro

vasilisk 2025-03-21T18:44:14.559379Z

Why can I not see my css changes on localhost:300/index.html but I see them fine on localhost:8000? To be more precise, I can only see them the first time I add them, then as soon as I save a file anywhere in the project they disappear. Do I need any extra configuration of the web server?

vasilisk 2025-03-21T18:44:56.834649Z

this is how i generate them and i include index.css in html file

❯ npx tailwindcss -i src/global.css -o resources/public/assets/css/index.css --watch
/*! 🌼 daisyUI 5.0.3 */
≈ tailwindcss v4.0.12

Done in 88ms
Done in 4ms
Done in 301µs

vasilisk 2025-03-21T19:14:10.924949Z

fixed it, it was http-kit caching static files