mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Merge pull request #6059 from mitar/patch-22
Files without cache busters should not be set to cacheable
This commit is contained in:
@@ -503,7 +503,7 @@ var runWebAppServer = function () {
|
||||
// XXX change manifest.json -> program.json
|
||||
staticFiles[path.join(urlPrefix, getItemPathname('/manifest.json'))] = {
|
||||
content: JSON.stringify(program),
|
||||
cacheable: true,
|
||||
cacheable: false,
|
||||
hash: program.version,
|
||||
type: "json"
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user