Starting docs web server: adding Teapot dependency.
This commit is contained in:
parent
7ea4c54a9f
commit
8e9cfe4345
@ -12,12 +12,13 @@ BaselineOfMiniDocs >> baseline: spec [
|
|||||||
do: [
|
do: [
|
||||||
"Dependencies"
|
"Dependencies"
|
||||||
spec
|
spec
|
||||||
baseline: 'Mustache' with: [ spec repository: 'github://noha/mustache'].
|
baseline: 'Mustache' with: [ spec repository: 'github://noha/mustache' ];
|
||||||
|
baseline: 'Teapot' with: [ spec repository: 'github://zeroflag/teapot:master/source' ].
|
||||||
"self xmlParserHTML: spec."
|
"self xmlParserHTML: spec."
|
||||||
"Packages"
|
"Packages"
|
||||||
spec
|
spec
|
||||||
package: 'MiniDocs'
|
package: 'MiniDocs'
|
||||||
with: [ spec requires: #('Mustache' "'XMLParserHTML'") ]
|
with: [ spec requires: #('Mustache' 'Teapot' "'XMLParserHTML'") ]
|
||||||
].
|
].
|
||||||
spec
|
spec
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user