I recently started to work on EPRNext applications, I know how to override the default functionality. The issue for me is that the changed I made not reflect until I run command:
- bench restart
- bench --site example.com clear-cache
It’s irritating me too much because daily I need to work on many customizations as the application is under development.
I tried to stop production environment but it affected badly. So how can I configure auto reflecting updates in .js or .py files.
Immediate response is required. Thanks in advance If anyone can help!