mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-23 00:29:50 +02:00
Don't bundle the imagery anymore, fetch from dist/data at runtime
(re: #4994)
This commit is contained in:
@@ -168,4 +168,5 @@ sources.concat(keep).forEach(source => {
|
||||
|
||||
imagery.sort((a, b) => a.name.localeCompare(b.name));
|
||||
|
||||
fs.writeFileSync('data/imagery.json', prettyStringify({ dataImagery: imagery }));
|
||||
fs.writeFileSync('data/imagery.json', prettyStringify(imagery));
|
||||
fs.writeFileSync('dist/data/imagery.min.json', JSON.stringify(imagery));
|
||||
|
||||
Reference in New Issue
Block a user