Cecil icon indicating copy to clipboard operation
Cecil copied to clipboard

Too many css files generated at build

Open atlza opened this issue 2 months ago • 2 comments

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.

Image Image

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.

Image

Expected behavior

one only css file in the /css/ directory.

Version

8.66.6

Operating System

No response

Relevant log output


atlza avatar Oct 07 '25 07:10 atlza

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.

ArnaudLigny avatar Oct 07 '25 10:10 ArnaudLigny

Hi @ArnaudLigny I don't have on yet, I'll try to setup one asap.

atlza avatar Oct 09 '25 07:10 atlza