Resolve "JS file HTTP Cache-Control"
Closes #1701 (closed)
- uses max-age and must-revalidate on all static resources
- max-age is 0 on js,html,css (unless its a chunk with hash)
- max-age is one week for chunks with hash
- max-age is configurable for images resources
- implemented Etag for artifacts.js and env.js based on a hash calculated from artifacts and env content as app start up
Edited by Markus Scheidgen