danielgtaylor / aglio

An API Blueprint renderer with theme support that outputs static HTML
4.75k stars 481 forks source link

Is it possible to output a file and start a server? #231

Open curtisblackwell opened 8 years ago

curtisblackwell commented 8 years ago

I'd like to start a server and output a file, but it doesn't seem to work. Here's my command:

aglio -i api-blueprint/docs.apib -o docs.html --theme-variables flatly --theme-template triple -s
danielgtaylor commented 8 years ago

@curtisblackwell this is not currently possible. You would need to run two commands, i.e. in different terminal tabs. One to watch and run the server, the other to generate the HTML when everything looks good and you are ready to publish.