Module perseus::export[][src]

Expand description

Utilities to do with exporting your app to purely static files.

Functions

Exports your app to static files, which can be served from anywhere, without needing a server. This assumes that the app has already been built, and that no templates are using non-static features (which can be ensured by passing true as the last parameter to build_app).