Skip to content

sync; change manifest #46

@ruby0x1

Description

@ruby0x1

For frameworks without built in file notifications, a small file should be written in the project output folder, with the changed file path relative to the output folder, as a json array of objects with timestamp and path in the file. The timestamp will be the time at which the event occurred, not the file stat times.

manifest.changed = [{ timestamp:11111, path:'assets/image.png'}]

The user can then poll this file for timestamps that differ for their usage, and should not modify the file as the tools will continue to write to it as changes occur.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions