git.schokokeks.org
Repositories
Help
Report an Issue
fs-draft.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
784b48a
Branches
Tags
master
midgard
vorlage
fs-draft.git
tools
project.json
schon vielversprechend
Christian Fraß
commited
784b48a
at 2018-08-21 21:40:56
project.json
Blame
History
Raw
{ "name": "fs-draft", "version": "0.1.1", "roottask": { "name": "build", "type": "group", "sub": [ { "name": "structure", "type": "script", "parameters": { "inputs": [ "source/data/adpositions.json", "source/data/common.json", "source/data/correlatives.json", "source/data/declension.json", "source/data/personal_pronouns.json", "source/data/phonology_and_orthography.json", "source/data/texts.json", "source/data/timeforms.json", "source/data/transitions.json", "source/data/word_functions.json", "source/logic/server/misc.php", "source/logic/server/data.php", "source/logic/server/settings.php", "source/logic/server/table.php", "source/logic/server/sql.php", "source/content/meta.html.tpl", "source/content/introduction.html.tpl", "source/content/preface.html.tpl", "source/content/key_parameters.html.tpl", "source/content/toc.html.tpl", "source/content/basics.html.tpl", "source/content/phonology_and_orthography.html.tpl", "source/content/grammar.html.tpl", "source/content/personal_pronouns.html.tpl", "source/content/correlatives.html.tpl", "source/content/conjugation.html.tpl", "source/content/infinite_verbforms.html.tpl", "source/content/modal_verbs.html.tpl", "source/content/tempora_and_modi.html.tpl", "source/content/negation.html.tpl", "source/content/declension.html.tpl", "source/content/numeri.html.tpl", "source/content/cases.html.tpl", "source/content/definiteness.html.tpl", "source/content/attributes.html.tpl", "source/content/sentence_structure.html.tpl", "source/content/vocabulary.html.tpl", "source/content/principles.html.tpl", "source/content/word_functions.html.tpl", "source/content/adpositions.html.tpl", "source/content/pronouns.html.tpl", "source/content/dictionary.html.tpl", "source/content/examples.html.tpl", "source/content/example_sentences.html.tpl", "source/content/example_texts.html.tpl", "source/content/draft.html.tpl" ], "outputs": [ "build/draft.html" ], "path": "tools/coin.sh" } }, { "name": "logic", "type": "concat", "parameters": { "inputs": [ "source/logic/client/tools.js", "source/logic/client/table.js", "source/logic/client/toc.js", "source/logic/client/main.js" ], "output": "build/draft.js" } }, { "name": "style", "type": "lesscss", "parameters": { "inputs": [ "source/style/functions.less", "source/style/theme.less", "source/style/common.less", "source/style/concrete.less" ], "output": "build/draft.css" } }, { "name": "media", "type": "group", "sub": [ { "name": "logo", "type": "copy", "parameters": { "input": "source/media/logo.svg", "output": "build/logo.svg" } } ] } ] } }