0
I’m having a lot of problems because besides learning to program, I have Opera caching all javascripts
getting in my way because every new function I put in the file, you have to give F5 in the script to load the new version of the same.
Question: Does anyone have any idea how to disable file caching in Opera or has an alternative solution to solve this problem?
Guilherme, I am applying these functions in a project that involves HTML/CSS/PHP/AJAX and the only thing I need is for him to reload the page with updated scripts. I can’t waste time on this project. I don’t know how to get the new script loaded every time I access the page.
– Marcos Vinicius
Then you need to use either the livereload desktop or the version with Grunt or Gulp. I recommend Grunt to be more beginner friendly and contain more material teaching how to use it. On the page itself of each of the plugins there is a basic manual of how to start using them. I know no other way than using livereload, but I believe it is the only one available at the moment.
– Guilherme Nagatomo