Skip to content

Don't modify the output the file if the input contents are the same #21

@richardsondev

Description

@richardsondev

To prevent unnecessary updates to the output file and potential cache invalidation, we can compare the modification times of all input files with that of the output file. If none of the input files have changed, we can skip updating the output file. This approach avoids needless updates that could disrupt caching mechanisms relying on access times.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions