elm-pages
elm-pages copied to clipboard
Hybrid Elm framework with full-stack and static routes.
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.13.3 to 1.14.8. Commits 3d81dc3 Release version 1.14.8 of the npm package. 62e546a Drop confidential headers across schemes. 2ede36d Release version 1.14.7 of the npm package. 8b347cb...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.13.3 to 1.14.8. Commits 3d81dc3 Release version 1.14.8 of the npm package. 62e546a Drop confidential headers across schemes. 2ede36d Release version 1.14.7 of the npm package. 8b347cb...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.13.3 to 1.14.8. Commits 3d81dc3 Release version 1.14.8 of the npm package. 62e546a Drop confidential headers across schemes. 2ede36d Release version 1.14.7 of the npm package. 8b347cb...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.13.3 to 1.14.8. Commits 3d81dc3 Release version 1.14.8 of the npm package. 62e546a Drop confidential headers across schemes. 2ede36d Release version 1.14.7 of the npm package. 8b347cb...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.13.3 to 1.14.8. Commits 3d81dc3 Release version 1.14.8 of the npm package. 62e546a Drop confidential headers across schemes. 2ede36d Release version 1.14.7 of the npm package. 8b347cb...
Good day maintainers of elm-pages! I was exploring `Elm` and I am certainly intrigued! I stumbled upon this repo while doing some silly stuff (to get a better grasp of...
elm-pages 2.0 was built with an architecture to support server side rendering. The main remaining work is: - [x] Build a high-level API for accessing the request payload as a...
After installing the website via the browser message "Add mywebsite.com to the home screen" and then open the just installed app, the app shows the manifest.json instead of the actual...
Hello :wave:! I noticed there were unused dependencies in your package. Here is a pull request to remove them. After this gets merged, I recommend publishing a new release, unless...
The Javascript import generated by `wrapHtml` at [elm-pages/generator/src/pre-render-html.js:43](https://github.com/dillonkearns/elm-pages/blob/88a8421ab73c3d0c3499c9278d25fc9fd88d33c5/generator/src/pre-render-html.js#L43) breaks when building on Windows 10 due to platform-dependent behavior in `path.join`. Specifically, when I run `elm-pages dev` on Windows 10 and...