Skip to content

Transforms outputting to same file silently overwrite each other #12

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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