Hi, I enabled development mode to update JS and CSS files and it worked. After 3 hours (as mentioned in documentation as well) the mode become disabled automatically. Now, when we enabled development mode again, it is updating js css files (as we are enabled to view js/css files in browser). But it is not reflecting in website. Even when we renamed the js file, still the original older js file functionality is working, though it should not work.
There is some caching problem in my website due to which though the JS files are getting updated but the changes are not visible to the website. I used cache purge But it worked single time and again the same problem.I have tried to purge again but no luck.