Skip to content

Stop inlining assets into OCaml code #220

@Leonidas-from-XIV

Description

@Leonidas-from-XIV

The code currently inlines the static assets that it uses into the binary. This is doubtlessly convenient for deployment but makes changes to them hard as every change has to pull the asset out, convert it from JSX syntax to e.g. SVG, do the change and inline again. This makes any change to the assets very tedious.

An alternative to save on this effort could be to use ppx_inline or similar solutions to inline the assets at build-time.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions