kalamuna / kalastatic

:electric_plug: Facilitate the front-end experience through Styleguides and Prototypes
https://kalamuna.github.io/kalastatic/
41 stars 14 forks source link

Reload JSON files when they change #419

Open soniktrooth opened 7 years ago

soniktrooth commented 7 years ago

When changing data in JSON files the changes don't come through until you stop and start it.

andrewmallis commented 7 years ago

How difficult would this be to solve?

RobLoach commented 7 years ago

I think it's because of the way we're caching the data. In order to improve performance, we hold onto as much data as we can, including the JSON meta data. I'll estimate a 3? Would require some investigation.