Starting docs web server: adding Teapot dependency.
This commit is contained in:
parent
7ea4c54a9f
commit
8e9cfe4345
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user