mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-16 05:49:16 +02:00
Fix arg to json-stringify-pretty-compact so taginfo.json is condensed
This commit is contained in:
+8
-2
@@ -97,8 +97,14 @@ module.exports = function buildData() {
|
||||
'data/presets/presets.json',
|
||||
prettyStringify({ presets: presets }, { maxLength: 9999 })
|
||||
),
|
||||
writeFileProm('data/presets.yaml', translationsToYAML(translations)),
|
||||
writeFileProm('data/taginfo.json', prettyStringify(taginfo), { maxLength: 9999 }),
|
||||
writeFileProm(
|
||||
'data/presets.yaml',
|
||||
translationsToYAML(translations)
|
||||
),
|
||||
writeFileProm(
|
||||
'data/taginfo.json',
|
||||
prettyStringify(taginfo, { maxLength: 9999 })
|
||||
),
|
||||
writeEnJson(tstrings),
|
||||
writeFaIcons(faIcons)
|
||||
];
|
||||
|
||||
+1173
-7779
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user