I work on SAP app. On the client I use angularjs, and my code is devided into html (template) files, and javascript files.
My server is Apache.
When I upload javascript files, browser cache often successfully update the files, and I don't need to clear browser cache.
However, when I upload new versions of html template files, browsers don't usually update cached versions, (I use chrome, and firefox, on Windows 8, and Mac)
I get used to clear cache and ask everybody in the team (and the client) to clear cache whenever I update my template files.
Is this the regular browser cache behavior?
Is it normal that browsers tend to cache html template files more than it does on javascript files?
Is there an Apache config that helps making browser be more sensitive to newer versions of html files?
thank you