Skip to content

Commit

Permalink
Set hash to version when serving manifest.json
Browse files Browse the repository at this point in the history
  • Loading branch information
martijnwalraven committed Jan 11, 2016
1 parent ce628df commit bdbdad9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/webapp/webapp_server.js
Original file line number Diff line number Diff line change
Expand Up @@ -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"
};
};
Expand Down

0 comments on commit bdbdad9

Please sign in to comment.