问题 I made a change on one of the .js files that I use and no matter what I do, flask insists on picking up, from memory cache, the last version of the file, without the change. To clarify, I have the following structure. It all starts with foo.html return render_template foo.html foo.html has a form inside that calls flask with some data and then returns a second template bar.html : return render_template bar.html This second template calls some .js file, placed in the static folder, but it