Too many css files generated at build
Describe the bug
Hi
When building the website with
cecil build
I should have only css files generated in /css/ output.css in my case.
But I have many files generated in both root and css directory. See captures.
Note that I've cleared the _site directory before build.
To reproduce
My css file (output.css) is generated via tailwind (see : https://www.atlza.com/notes/utiliser-tailwindcss-4-avec-cecil.app/ )
Maybe I should place my css files (not the output) somewhere else, not in /css/ dir ? and just leave output.css in /css/ That would fix the presence of many style.css in _site/css dir but not the many output.css files.
Expected behavior
one only css file in the /css/ directory.
Version
8.66.6
Operating System
No response
Relevant log output
Hello @atlza, I don't understand how this problem can occur... could you share a public repo on which I can reproduce this behavior? Thx.
Hi @ArnaudLigny I don't have on yet, I'll try to setup one asap.