Bench clear-cache

I am building my own custom HTML page. But to load the effect i have to clear cache after every change manually using command (bench clear-cache). So , Is there any way to stop caching ,so that the changes made during runtime reflects automatically ?

@akash_jadav,

Try adding no_cache to your web page .py file. please check the frappe/login.py at develop · frappe/frappe · GitHub.

Thanks,
Makarand

Thanks @makarand_b . It really worked . You provided me a good Example. :slight_smile: