elixir-toniq / vapor

Runtime configuration system for Elixir
MIT License
596 stars 37 forks source link

Implement handle_change #47

Closed kujua closed 4 years ago

kujua commented 5 years ago

Added handle_change callback. When a watch is on a file (in my case a json file) it automatically calls handle_change. Tested with provider file (this is what I needed).

keathley commented 4 years ago

Thanks @kujua. This has been fixed in #51