1 | 1 |
deleted file mode 100644 |
... | ... |
@@ -1,107 +0,0 @@ |
1 |
-{ |
|
2 |
- "name": "fs-draft", |
|
3 |
- "version": "0.0.1", |
|
4 |
- "roottask": { |
|
5 |
- "name": "build", |
|
6 |
- "type": "group", |
|
7 |
- "sub": [ |
|
8 |
- { |
|
9 |
- "name": "structure", |
|
10 |
- "type": "php", |
|
11 |
- "parameters": { |
|
12 |
- "only_last": true, |
|
13 |
- "inputs": [ |
|
14 |
- "source/data/adpositions.json", |
|
15 |
- "source/data/common.json", |
|
16 |
- "source/data/correlatives.json", |
|
17 |
- "source/data/declension.json", |
|
18 |
- "source/data/personal_pronouns.json", |
|
19 |
- "source/data/phonology_and_orthography.json", |
|
20 |
- "source/data/texts.json", |
|
21 |
- "source/data/timeforms.json", |
|
22 |
- "source/data/transitions.json", |
|
23 |
- "source/data/word_functions.json", |
|
24 |
- "source/logic/server/misc.php", |
|
25 |
- "source/logic/server/data.php", |
|
26 |
- "source/logic/server/settings.php", |
|
27 |
- "source/logic/server/table.php", |
|
28 |
- "source/logic/server/sql.php", |
|
29 |
- "source/content/meta.html.php", |
|
30 |
- "source/content/introduction.html.php", |
|
31 |
- "source/content/preface.html.php", |
|
32 |
- "source/content/key_parameters.html.php", |
|
33 |
- "source/content/toc.html.php", |
|
34 |
- "source/content/basics.html.php", |
|
35 |
- "source/content/phonology_and_orthography.html.php", |
|
36 |
- "source/content/grammar.html.php", |
|
37 |
- "source/content/personal_pronouns.html.php", |
|
38 |
- "source/content/correlatives.html.php", |
|
39 |
- "source/content/conjugation.html.php", |
|
40 |
- "source/content/infinite_verbforms.html.php", |
|
41 |
- "source/content/modal_verbs.html.php", |
|
42 |
- "source/content/tempora_and_modi.html.php", |
|
43 |
- "source/content/negation.html.php", |
|
44 |
- "source/content/declension.html.php", |
|
45 |
- "source/content/numeri.html.php", |
|
46 |
- "source/content/cases.html.php", |
|
47 |
- "source/content/definiteness.html.php", |
|
48 |
- "source/content/attributes.html.php", |
|
49 |
- "source/content/sentence_structure.html.php", |
|
50 |
- "source/content/vocabulary.html.php", |
|
51 |
- "source/content/principles.html.php", |
|
52 |
- "source/content/word_functions.html.php", |
|
53 |
- "source/content/adpositions.html.php", |
|
54 |
- "source/content/pronouns.html.php", |
|
55 |
- "source/content/dictionary.html.php", |
|
56 |
- "source/content/examples.html.php", |
|
57 |
- "source/content/example_sentences.html.php", |
|
58 |
- "source/content/example_texts.html.php", |
|
59 |
- "source/content/draft.html.php" |
|
60 |
- ], |
|
61 |
- "output": "build/draft.html" |
|
62 |
- } |
|
63 |
- }, |
|
64 |
- { |
|
65 |
- "name": "logic", |
|
66 |
- "type": "concat", |
|
67 |
- "parameters": { |
|
68 |
- "inputs": [ |
|
69 |
- "source/logic/client/tools.js", |
|
70 |
- "source/logic/client/table.js", |
|
71 |
- "source/logic/client/toc.js", |
|
72 |
- "source/logic/client/main.js" |
|
73 |
- ], |
|
74 |
- "output": "build/draft.js" |
|
75 |
- } |
|
76 |
- }, |
|
77 |
- { |
|
78 |
- "name": "style", |
|
79 |
- "type": "lesscss", |
|
80 |
- "parameters": { |
|
81 |
- "inputs": [ |
|
82 |
- "source/style/functions.less", |
|
83 |
- "source/style/theme.less", |
|
84 |
- "source/style/common.less", |
|
85 |
- "source/style/concrete.less" |
|
86 |
- ], |
|
87 |
- "output": "build/draft.css" |
|
88 |
- } |
|
89 |
- }, |
|
90 |
- { |
|
91 |
- "name": "media", |
|
92 |
- "type": "group", |
|
93 |
- "sub": [ |
|
94 |
- { |
|
95 |
- "name": "logo", |
|
96 |
- "type": "copy", |
|
97 |
- "parameters": { |
|
98 |
- "input": "source/media/logo.svg", |
|
99 |
- "output": "build/logo.svg" |
|
100 |
- } |
|
101 |
- } |
|
102 |
- ] |
|
103 |
- } |
|
104 |
- ] |
|
105 |
- } |
|
106 |
-} |
|
107 |
- |
... | ... |
@@ -9,15 +9,18 @@ |
9 | 9 |
"name": "structure", |
10 | 10 |
"type": "php", |
11 | 11 |
"parameters": { |
12 |
+ "only_last": true, |
|
12 | 13 |
"inputs": [ |
13 |
- "source/content/draft.html.php", |
|
14 |
- "source/data/phonology_and_orthography.json", |
|
15 |
- "source/data/personal_pronouns.json", |
|
16 |
- "source/data/word_functions.json", |
|
17 |
- "source/data/timeforms.json", |
|
18 | 14 |
"source/data/adpositions.json", |
15 |
+ "source/data/common.json", |
|
19 | 16 |
"source/data/correlatives.json", |
20 | 17 |
"source/data/declension.json", |
18 |
+ "source/data/personal_pronouns.json", |
|
19 |
+ "source/data/phonology_and_orthography.json", |
|
20 |
+ "source/data/texts.json", |
|
21 |
+ "source/data/timeforms.json", |
|
22 |
+ "source/data/transitions.json", |
|
23 |
+ "source/data/word_functions.json", |
|
21 | 24 |
"source/logic/server/misc.php", |
22 | 25 |
"source/logic/server/data.php", |
23 | 26 |
"source/logic/server/settings.php", |
... | ... |
@@ -52,10 +55,10 @@ |
52 | 55 |
"source/content/dictionary.html.php", |
53 | 56 |
"source/content/examples.html.php", |
54 | 57 |
"source/content/example_sentences.html.php", |
55 |
- "source/content/example_texts.html.php" |
|
58 |
+ "source/content/example_texts.html.php", |
|
59 |
+ "source/content/draft.html.php" |
|
56 | 60 |
], |
57 |
- "output": "build/draft.html", |
|
58 |
- "only_first": true |
|
61 |
+ "output": "build/draft.html" |
|
59 | 62 |
} |
60 | 63 |
}, |
61 | 64 |
{ |
1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,103 @@ |
1 |
+{ |
|
2 |
+ "name": "fs-draft", |
|
3 |
+ "version": "0.0.1", |
|
4 |
+ "roottask": { |
|
5 |
+ "name": "build", |
|
6 |
+ "type": "group", |
|
7 |
+ "sub": [ |
|
8 |
+ { |
|
9 |
+ "name": "structure", |
|
10 |
+ "type": "php", |
|
11 |
+ "parameters": { |
|
12 |
+ "inputs": [ |
|
13 |
+ "source/content/draft.html.php", |
|
14 |
+ "source/data/phonology_and_orthography.json", |
|
15 |
+ "source/data/personal_pronouns.json", |
|
16 |
+ "source/data/word_functions.json", |
|
17 |
+ "source/data/timeforms.json", |
|
18 |
+ "source/data/adpositions.json", |
|
19 |
+ "source/data/correlatives.json", |
|
20 |
+ "source/logic/server/misc.php", |
|
21 |
+ "source/logic/server/data.php", |
|
22 |
+ "source/logic/server/settings.php", |
|
23 |
+ "source/logic/server/table.php", |
|
24 |
+ "source/logic/server/sql.php", |
|
25 |
+ "source/content/meta.html.php", |
|
26 |
+ "source/content/introduction.html.php", |
|
27 |
+ "source/content/preface.html.php", |
|
28 |
+ "source/content/key_parameters.html.php", |
|
29 |
+ "source/content/toc.html.php", |
|
30 |
+ "source/content/basics.html.php", |
|
31 |
+ "source/content/phonology_and_orthography.html.php", |
|
32 |
+ "source/content/grammar.html.php", |
|
33 |
+ "source/content/personal_pronouns.html.php", |
|
34 |
+ "source/content/correlatives.html.php", |
|
35 |
+ "source/content/conjugation.html.php", |
|
36 |
+ "source/content/infinite_verbforms.html.php", |
|
37 |
+ "source/content/modal_verbs.html.php", |
|
38 |
+ "source/content/tempora_and_modi.html.php", |
|
39 |
+ "source/content/negation.html.php", |
|
40 |
+ "source/content/declension.html.php", |
|
41 |
+ "source/content/numeri.html.php", |
|
42 |
+ "source/content/cases.html.php", |
|
43 |
+ "source/content/definiteness.html.php", |
|
44 |
+ "source/content/attributes.html.php", |
|
45 |
+ "source/content/sentence_structure.html.php", |
|
46 |
+ "source/content/vocabulary.html.php", |
|
47 |
+ "source/content/principles.html.php", |
|
48 |
+ "source/content/word_functions.html.php", |
|
49 |
+ "source/content/adpositions.html.php", |
|
50 |
+ "source/content/pronouns.html.php", |
|
51 |
+ "source/content/dictionary.html.php", |
|
52 |
+ "source/content/examples.html.php", |
|
53 |
+ "source/content/example_sentences.html.php", |
|
54 |
+ "source/content/example_texts.html.php" |
|
55 |
+ ], |
|
56 |
+ "output": "build/draft.html", |
|
57 |
+ "only_first": true |
|
58 |
+ } |
|
59 |
+ }, |
|
60 |
+ { |
|
61 |
+ "name": "logic", |
|
62 |
+ "type": "concat", |
|
63 |
+ "parameters": { |
|
64 |
+ "inputs": [ |
|
65 |
+ "source/logic/client/tools.js", |
|
66 |
+ "source/logic/client/table.js", |
|
67 |
+ "source/logic/client/toc.js", |
|
68 |
+ "source/logic/client/main.js" |
|
69 |
+ ], |
|
70 |
+ "output": "build/draft.js" |
|
71 |
+ } |
|
72 |
+ }, |
|
73 |
+ { |
|
74 |
+ "name": "style", |
|
75 |
+ "type": "lesscss", |
|
76 |
+ "parameters": { |
|
77 |
+ "inputs": [ |
|
78 |
+ "source/style/functions.less", |
|
79 |
+ "source/style/theme.less", |
|
80 |
+ "source/style/common.less", |
|
81 |
+ "source/style/concrete.less" |
|
82 |
+ ], |
|
83 |
+ "output": "build/draft.css" |
|
84 |
+ } |
|
85 |
+ }, |
|
86 |
+ { |
|
87 |
+ "name": "media", |
|
88 |
+ "type": "group", |
|
89 |
+ "sub": [ |
|
90 |
+ { |
|
91 |
+ "name": "logo", |
|
92 |
+ "type": "copy", |
|
93 |
+ "parameters": { |
|
94 |
+ "input": "source/media/logo.svg", |
|
95 |
+ "output": "build/logo.svg" |
|
96 |
+ } |
|
97 |
+ } |
|
98 |
+ ] |
|
99 |
+ } |
|
100 |
+ ] |
|
101 |
+ } |
|
102 |
+} |
|
103 |
+ |