Replies: 1 comment
-
|
Hi, And reported this unexpected behavior as a bug. 2735 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am running 2.0.0-canary.23.
I have the following test files:
test4/test4.json
test4/test4.njk (simply displays the json data)
When I run 11ty in --serve mode, I can see the json data at test4/index.html. But if I edit the json file and reload the page, I don't see the updated json data displayed in the page. I can see that 11ty has detected a change to the test4.json and writes the test4/index.html file. I have to quit and rerun 11ty to see the updated json data. Is 11ty dev server caching the local JSON data? Is there a way to edit local JSON data and have 11ty dev server live-reload the changes?
Beta Was this translation helpful? Give feedback.
All reactions