Build Reference¶
view.build
¶
__all__ = ('build_steps', 'build_app')
module-attribute
¶
build_app(app: App, *, path: Path | None = None) -> None
async
¶
Compile an app into static HTML, including running all of it's build steps.
build_steps(app: App) -> None
async
¶
Run the default build steps for a given application.
run_step(app: App, name: str) -> None
async
¶
Run an individual build step.