app.export.html

Standalone HTML export pipeline.

Collects runtime scripts, styles, assets, and embeds serialized application state into a self-contained HTML file.

build-export-html

(build-export-html {:keys [styles scripts asset-map state-edn]})

Builds a standalone HTML document from inlined assets and state.

escape-script-content

(escape-script-content content)

Escapes script content to avoid prematurely closing a tag.

export-html!

(export-html!)

Exports a standalone HTML file with inlined assets and embedded state.

inlineable-src?

(inlineable-src? src)

Returns true when a src/href is safe to fetch and inline.