Force CSS to reload on changes
I encountered a problem with layout and design of reForis after upgrading to a newer version. The problem originated from the fact that my browser used the CSS stylesheets from its cache but the new version of reForis contained modified versions of those stylesheets. I had to force reloading by Ctrl + F5. Such behavior is confusing for users and they may think that the new version of reForis is broken.
Please consider to use inherent reloading (without such manual operations). It can be accomplished by "versioned stylesheets". URLs of CSS files would be appended by version identifiers (it would be something like /reforis/static/reforis/css/app.css?v=0.9.3
).