mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Set hash to version when serving manifest.json
This commit is contained in:
@@ -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"
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user