Set hash to version when serving manifest.json

This commit is contained in:
Martijn Walraven
2016-01-11 12:50:54 +01:00
parent ce628dfb81
commit bdbdad91d3

View File

@@ -504,6 +504,7 @@ var runWebAppServer = function () {
staticFiles[path.join(urlPrefix, getItemPathname('/manifest.json'))] = {
content: JSON.stringify(program),
cacheable: true,
hash: program.version,
type: "json"
};
};