Closed danhalliday closed 7 years ago
the documentation here was a bit stale.. I've cleaned up the README pointing it to the updated documentation.
The current way to enable content reload is the following:
activate :dato, live_reload: true
configure :development do
activate :livereload
end
System:
I've also checked
DISABLE_DATO_REFRESH
is unset.