Dillon Kearns
|
075e1e641a
|
Remove redundant log.
|
2021-07-07 12:05:42 -07:00 |
|
Dillon Kearns
|
6084b7d895
|
Generate static API routes in worker thread build.
|
2021-07-07 10:24:01 -07:00 |
|
Dillon Kearns
|
3e61a143a6
|
Don't send watch message with empty set.
|
2021-07-07 09:59:33 -07:00 |
|
Dillon Kearns
|
41dadfe804
|
Remove obsolete cache code in main dev server thread.
|
2021-07-07 09:59:24 -07:00 |
|
Dillon Kearns
|
e56f13d3eb
|
In build mode, don't clear Elm require cache.
|
2021-07-07 09:25:52 -07:00 |
|
Dillon Kearns
|
457aee7067
|
Don't send watch messages from build command.
|
2021-07-07 09:14:04 -07:00 |
|
Dillon Kearns
|
b38815170f
|
Remove xhr2 dependency.
|
2021-07-07 08:56:58 -07:00 |
|
Dillon Kearns
|
d22a663a90
|
Re-require Elm lazily on each worker render, and add file watchers from workers.
|
2021-07-07 08:41:14 -07:00 |
|
Dillon Kearns
|
c3b7391ca6
|
Use custom thread pool for dev server in preparation for custom messages (which aren't supported by the previous npm package).
|
2021-07-06 16:34:29 -07:00 |
|
Dillon Kearns
|
c734630a2b
|
Use custom worker thread pool in preparation for custom message passing (npm package didn't support custom messages, only completion messages).
|
2021-07-06 15:24:44 -07:00 |
|
Dillon Kearns
|
2567b6b9b2
|
Delete comment.
|
2021-07-06 10:46:52 -07:00 |
|
Dillon Kearns
|
4b072c2491
|
Delete unused.
|
2021-07-06 10:45:19 -07:00 |
|
Dillon Kearns
|
1b02442bc9
|
Share environment variables in worker pools to ensure PATH is persisted and secrets are available.
|
2021-07-06 07:50:52 -07:00 |
|
Dillon Kearns
|
ac3c3369e5
|
Use undici to perform HTTP requests with file-system cache.
|
2021-07-06 06:26:14 -07:00 |
|
Dillon Kearns
|
0fe8147b13
|
Use worker threads for dev server.
|
2021-07-04 20:14:34 -07:00 |
|
Dillon Kearns
|
35608ebe63
|
Use app.die() in worker threads to reduce memory, and restore use in dev server.
|
2021-07-02 16:05:16 -07:00 |
|
Dillon Kearns
|
9dfdf33708
|
Use writeFileSync in worker threads.
|
2021-07-02 16:04:57 -07:00 |
|
Dillon Kearns
|
1fd5133ba9
|
Base number of worker threads on number of CPUs.
|
2021-07-02 16:04:43 -07:00 |
|
Dillon Kearns
|
a94ee06c35
|
Run build with worker threads.
|
2021-07-02 15:15:41 -07:00 |
|
Dillon Kearns
|
5f54b4fbe3
|
Clear glob cache on change, removeDir, addDir.
|
2021-06-25 12:20:06 -07:00 |
|
Dillon Kearns
|
513159cd86
|
Update index.js page for template.
|
2021-06-25 09:57:05 -07:00 |
|
Dillon Kearns
|
08fb2b2465
|
Add missing dependency in template scaffolding.
|
2021-06-25 09:56:53 -07:00 |
|
Dillon Kearns
|
20f209f7da
|
Move content.json script tag to bottom of head tag.
|
2021-06-25 08:14:43 -07:00 |
|
Dillon Kearns
|
38a8e13d4c
|
Remove newlines between SEO head tags.
|
2021-06-25 08:14:20 -07:00 |
|
Dillon Kearns
|
33c62aaeaf
|
Try initial content.json in a script tag.
|
2021-06-25 08:03:25 -07:00 |
|
Dillon Kearns
|
40b5b70272
|
Remove unused code.
|
2021-06-24 21:31:50 -07:00 |
|
Dillon Kearns
|
32a351a094
|
Extract common code for prerender function.
|
2021-06-24 19:01:12 -07:00 |
|
Dillon Kearns
|
d99d51d944
|
Extract js code to file.
|
2021-06-24 18:33:31 -07:00 |
|
Dillon Kearns
|
9e1eb683a8
|
Log exception message when printing errors.
|
2021-06-24 17:49:10 -07:00 |
|
Dillon Kearns
|
a089fbd248
|
Inline JS for elm-pages.js script, and minify it.
|
2021-06-24 17:48:42 -07:00 |
|
Dillon Kearns
|
f1750de106
|
Simplify elm-pages.js code.
|
2021-06-24 15:55:41 -07:00 |
|
Dillon Kearns
|
ae6133377f
|
Rearrange template.
|
2021-06-24 11:34:32 -07:00 |
|
Dillon Kearns
|
e6c2031737
|
Rename Page builder functions.
|
2021-06-24 10:05:16 -07:00 |
|
Dillon Kearns
|
bc78f9cb1f
|
Format elm compiler errors in terminal.
|
2021-06-24 08:53:26 -07:00 |
|
Dillon Kearns
|
22a3d88f63
|
Use OS-agnostic path delimter to split.
|
2021-06-24 07:38:12 -07:00 |
|
Dillon Kearns
|
66c6bf7063
|
Remove log statement in dev server.
|
2021-06-19 22:03:13 -07:00 |
|
Dillon Kearns
|
127607961a
|
Fix the require'd Elm code memory leak by moving the dev server's Elm module require into the top-level dev server code instead of the renderer.
|
2021-06-19 21:49:42 -07:00 |
|
Dillon Kearns
|
5949de3f2c
|
Add finally to clean up Elm runtime after dev server responses are sent.
|
2021-06-19 21:40:19 -07:00 |
|
Dillon Kearns
|
7650ec4651
|
Remove {} arguments in empty route params in Route type.
|
2021-06-10 15:09:27 -07:00 |
|
Dillon Kearns
|
80974a8c38
|
Use empty list of routes for default generated page module.
|
2021-06-10 12:38:11 -07:00 |
|
Dillon Kearns
|
623db29656
|
Remove hardcoding in matched route params in 404 dev page.
|
2021-06-10 12:05:28 -07:00 |
|
Dillon Kearns
|
908e9a4243
|
Include more not found context.
|
2021-06-10 11:53:36 -07:00 |
|
Dillon Kearns
|
07bed53a79
|
Update NotFound view.
|
2021-06-09 10:52:54 -07:00 |
|
Dillon Kearns
|
e38c3bda3e
|
Fix types for route params to string function.
|
2021-06-08 15:20:21 -07:00 |
|
Dillon Kearns
|
e719939c33
|
Generate Elm type representation of pre-rendered RouteParams.
|
2021-06-08 13:42:52 -07:00 |
|
Dillon Kearns
|
bf272c5768
|
Show list of pre-rendered route params for found routes but not pre-rendered.
|
2021-06-08 11:27:44 -07:00 |
|
Dillon Kearns
|
3668768919
|
Update not found page style.
|
2021-06-06 21:44:08 -07:00 |
|
Dillon Kearns
|
e9dd54c4b0
|
Update not found dev page.
|
2021-06-06 19:09:52 -07:00 |
|
Dillon Kearns
|
cffafc2171
|
Remove unnecessary destructuring in connector module that required View type to be a record with body and title.
|
2021-06-06 11:09:39 -07:00 |
|
Dillon Kearns
|
852a84d8bb
|
Update not found page.
|
2021-06-06 11:04:06 -07:00 |
|