Skip to content

Allowing prefix and suffix in file generation #12

Description

@TheoWinterhalter

I may be wrong, but elm doesn't generate a complete HTML page (it doesn't have the <head> for instance) so I usually do

elm-static-html --filename Static.elm --output static.html
cat header.html static.html footer.html > index.html

but this doesn't scale very well with multiple file generation. Should we allow for this library to automatically handle this kind of things?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions