-
Notifications
You must be signed in to change notification settings - Fork 501
Description
Before submitting an issue, please, see https://github.com/tapio/live-server#troubleshooting
Issue description
My live-server keeps reloading the page when a change is detected in the data.json file that is hosted and acts as a mock JSON/API. Page reloading happens when the data from the form on the frontend app gets uploaded to the data.json file. I have tried running live-server with ignore commands but it always keeps detecting changes in data.json file. I have tried commands for ignore such as: >live-server --ignore="server/**", also >live-server --ignore='server/**' --no-browser --verbose, and >live-server --ignore="server/data.json". None seem to work and each give me the change detected in PATH\data.json and reload my page. I have checked that the dev server watch function does the change but it is not the case, my live-server does the change.
My question is how do I get the ignore function to work and not cause page reloading upon data.json changes.
Software details
I have my application running on port 8080 and the dev server running on port 3000. I am running the js server with express.js. I will provide the picture of my file structure. I will also provide picture of my package.json

