Skip to content

Too many css files generated at build #2224

@atlza

Description

@atlza

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions