Harrison1 / gatlify

A GatsbyJS and Netlify CMS boilerplate starter
https://gatlify.netlify.com/
MIT License
11 stars 4 forks source link

Home page doesn't reload after post contents change #1

Open martynhoyer opened 6 years ago

martynhoyer commented 6 years ago

This looks like a really useful starter, but there's a bit of an issue when developing, similar to the one raised at: https://github.com/haysclark/gatsby-starter-casper/issues/16 which makes me think it's something to do with the pagination system.

If you change a post's markdown, the home page doesn't update automatically. Stopping and starting gatsby develop doesn't fix it - it needs a full cache clear before it updates. That's a bit frustrating while developing.

Any idea how that could be fixed?