Closed ZengShaoLin closed 8 years ago
Hi, I have created a folder called json(not being watched by default) in "client". I want to refresh the browser when I modify the files in json folder. How to do that ?
what are you doing with those files ? if you require them in your code, by require('./path_to_your_json_file.json') they will be watched automatically
require('./path_to_your_json_file.json')
closing this for now, let me know if you need to reopen
Hi, I have created a folder called json(not being watched by default) in "client". I want to refresh the browser when I modify the files in json folder. How to do that ?