Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sync; change manifest #46

Open
ruby0x1 opened this issue Apr 26, 2015 · 0 comments
Open

sync; change manifest #46

ruby0x1 opened this issue Apr 26, 2015 · 0 comments

Comments

@ruby0x1
Copy link
Member

ruby0x1 commented Apr 26, 2015

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.

@ruby0x1 ruby0x1 added this to the 1.0.0 beta milestone Apr 26, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant