datocms / middleman-dato

A Middleman extension to integrate your website with DatoCMS
https://docs.datocms.com/middleman/overview.html
MIT License
24 stars 7 forks source link

Dato content never refreshed unless server is restarted #6

Closed danhalliday closed 7 years ago

danhalliday commented 7 years ago

System:

macOS 10.12.3
Ruby ruby-2.4.0
dato (0.3.11)
middleman-dato (0.7.2)

I've also checked DISABLE_DATO_REFRESH is unset.

stefanoverna commented 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