Skip to content

Transforms outputting to same file silently overwrite each other #12

@alterae

Description

@alterae

Minimal reproduction:

.
├── layout
├── mksite.toml
├── src
│  ├── foo.1
│  └── foo.2
└── static
# mksite.toml
[transforms]
1.txt = "cat"
2.txt = "cat"

This will result in only one page called foo.txt in out/.

This behavior should probably be at least a warning, probably an error.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions