Starting docs web server: adding Teapot dependency.

This commit is contained in:
Offray Vladimir Luna Cárdenas 2023-01-01 12:33:58 -05:00
parent 7ea4c54a9f
commit 8e9cfe4345
1 changed files with 3 additions and 2 deletions

View File

@ -12,12 +12,13 @@ BaselineOfMiniDocs >> baseline: spec [
do: [
"Dependencies"
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."
"Packages"
spec
package: 'MiniDocs'
with: [ spec requires: #('Mustache' "'XMLParserHTML'") ]
with: [ spec requires: #('Mustache' 'Teapot' "'XMLParserHTML'") ]
].
spec