mirror of
https://github.com/braver/programmingfonts.git
synced 2024-11-03 14:31:05 +01:00
18 lines
225 B
Plaintext
18 lines
225 B
Plaintext
{
|
|
"folders":
|
|
[
|
|
{
|
|
"path": "."
|
|
}
|
|
],
|
|
"build_systems": [
|
|
{
|
|
"name": "Fonts Schema",
|
|
"working_dir": "$folder",
|
|
"quiet": false,
|
|
"shell": true,
|
|
"cmd": [ "ajv -s fonts-schema.json -d fonts.json" ]
|
|
}
|
|
]
|
|
}
|