mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Fixed manifest.json path on Windows.
This commit is contained in:
@@ -501,7 +501,7 @@ var runWebAppServer = function () {
|
||||
|
||||
// Serve the program as a string at /foo/<arch>/manifest.json
|
||||
// XXX change manifest.json -> program.json
|
||||
staticFiles[path.join(urlPrefix, getItemPathname('/manifest.json'))] = {
|
||||
staticFiles[urlPrefix + getItemPathname('/manifest.json')] = {
|
||||
content: JSON.stringify(program),
|
||||
cacheable: true,
|
||||
hash: program.version,
|
||||
|
||||
Reference in New Issue
Block a user