elm-pages
elm-pages copied to clipboard
Hybrid Elm framework with full-stack and static routes.
Bumps [qs](https://github.com/ljharb/qs) to 6.11.0 and updates ancestor dependency [http-server](https://github.com/http-party/http-server). These dependencies need to be updated together. Updates `qs` from 2.3.3 to 6.11.0 Changelog Sourced from qs's changelog. 6.11.0 [New] [Fix]...
I'm working on a site that needs the first segment of the path to be a language such as `/en-gb`, `/es`, `/fr-ca`, etc. When visiting these pages you get pages...
I'm trying to build an elm-pages website that will be completely hosted inside a subpath of another site. ``` /blog/* -- elm-pages /* -- something else ``` When using `elm-pages...
I'm using Elm Pages v3.0.9. This is easy to reproduce with this command: ``` $ npx elm-pages init my-site && cd my-site && npx elm-pages run script/src/AddRoute.elm AboutThisSite ``` The...
I'd love to have a way to read and `Bytes` off files. I think the simplest API that covers most use cases would be to just have `writeFileBinary` (taking `Bytes`...
I added some files to the `app` directory which `elm-review` flagged that they should not be there (should have added them in `src`). However after removing these files and running...
See what Dillon wrote in a below comment - excerpt: > the main goal here is to have a way for static sites to serve up a 404 page using...
I closed #358, because I though this was fixed, but now I had time to test and I noticed that I didn't clearly explain my original intent and misunderstood it...
I threw together an SSCCE for this to demonstrate. https://github.com/adamdicarlo/elm-pages-ansi-codes-sscce
Hi! My original goal was to get a custom 404 page to work. I have found a partial solution for now (edit the netlify build command to copy a static...