eeue56 / eeue56/elm-static-html
Allowing prefix and suffix in file generation
Open
- Dominant language
- JavaScript
- Stars
- 89
- Forks
- 10
- PR merge metrics
- No merged PRs in 30d
Description
I may be wrong, but elm doesn't generate a complete HTML page (it doesn't have the `` for instance) so I usually do
```bash
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?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.