SnowdogApps/wombat

Reflect changes after content adjustments

Opened this issue · 1 comments

If I request a entity or collection and then I change content in the content directory (e.g. I change a title of a collection item). This change will not be displayed in the result when I request the API again.

The change is only displayed in the API response when I have restarted the node server (-> nom run dev).

Is this a desired behavior or is there a way to change the content and make this change visible immediately to the API?

It's the expected behavior, but related to one thing - saving a time. I just didn't have time to write a file watcher etc., that's why it requires to restart dev server every time you change the content.

Although there is an option to get file watcher for free, use now dev instead build in Wombat dev server, it should do the trick.