Dillon Kearns
|
f11b5bda39
|
Convert last test case over to new glob API.
|
2021-03-30 19:52:17 -07:00 |
|
Dillon Kearns
|
06069a5e16
|
Convert another glob test over to the new API.
|
2021-03-30 19:47:46 -07:00 |
|
Dillon Kearns
|
bb1ee9b7c0
|
Change glob API to use same type between matchers and top-level glob type.
|
2021-03-30 19:43:37 -07:00 |
|
Dillon Kearns
|
8cfa4be975
|
Rename init to succeed.
|
2021-03-30 17:53:17 -07:00 |
|
Dillon Kearns
|
7cf2bbaba4
|
Remove log statements.
|
2021-03-30 17:52:30 -07:00 |
|
Dillon Kearns
|
9bbe0874ce
|
Don't allow arbitrary glob patterns, only literals, in zeroOrMore.
|
2021-03-30 17:50:45 -07:00 |
|
Dillon Kearns
|
65e2ca52ac
|
Add optional group parsing.
|
2021-03-30 16:04:05 -07:00 |
|
Dillon Kearns
|
b80a59e2fc
|
Add a oneOf matcher.
|
2021-03-30 15:37:03 -07:00 |
|
Dillon Kearns
|
6983dd582b
|
Add a starting point for glob API.
|
2021-03-30 14:16:32 -07:00 |
|
Dillon Kearns
|
5c64e4e2d4
|
Address some elm-review errors.
|
2020-12-07 08:55:12 -08:00 |
|
Dillon Kearns
|
f7e1e8d3cb
|
Run elm-review fixes.
|
2020-12-07 08:41:10 -08:00 |
|
Dillon Kearns
|
c9d95edeae
|
Remove dead module.
|
2020-12-07 08:29:06 -08:00 |
|
Dillon Kearns
|
3442cf02a8
|
Merge branch 'master' into template-modules
# Conflicts:
# .gitignore
# examples/docs/src/Main.elm
|
2020-10-24 13:02:17 -07:00 |
|
Dillon Kearns
|
05704eb744
|
Pass in all metadata to make sure files are generated correctly.
|
2020-10-22 12:49:24 -07:00 |
|
Dillon Kearns
|
e59aebf6dc
|
Move example plugin to different directory.
|
2020-10-21 20:00:59 -07:00 |
|
Dillon Kearns
|
0a5569b5e7
|
Use cloudinary images for article covers.
|
2020-10-21 11:31:47 -07:00 |
|
Dillon Kearns
|
d00f326f5c
|
Use cloudinary image for author image.
|
2020-10-21 11:17:10 -07:00 |
|
Dillon Kearns
|
5ad85cad0d
|
Use ImagePath for manifest icons.
|
2020-10-20 20:48:21 -07:00 |
|
Dillon Kearns
|
48c31bcca2
|
Get docs site compiling with elm-pages build/develop.
|
2020-10-20 19:30:52 -07:00 |
|
Dillon Kearns
|
7376288e88
|
Pass through title to cli, add icon meta tags, fix external image url to not prepend canonical url.
|
2020-10-20 19:11:58 -07:00 |
|
Dillon Kearns
|
61a46aef91
|
Add icons to manifest config.
|
2020-10-20 16:41:00 -07:00 |
|
Dillon Kearns
|
00bcb72b8b
|
Remove redundant function calls to improve performance.
|
2020-10-19 22:21:03 -07:00 |
|
Dillon Kearns
|
0255316065
|
Fix performace bottleneck in map2.
|
2020-10-19 17:21:36 -07:00 |
|
Dillon Kearns
|
dc6c9e9692
|
Fix head tag renderer.
|
2020-10-18 19:19:37 -07:00 |
|
Dillon Kearns
|
7964f90191
|
Remove some todos.
|
2020-10-18 17:26:06 -07:00 |
|
Dillon Kearns
|
7c72bfdc12
|
Rename value.
|
2020-10-18 16:54:51 -07:00 |
|
Dillon Kearns
|
f896d5d306
|
Remove some todos.
|
2020-10-18 16:50:14 -07:00 |
|
Dillon Kearns
|
4efd43b97d
|
Handle sending errors from generate files.
|
2020-10-18 13:31:44 -07:00 |
|
Dillon Kearns
|
299ebd0edc
|
Use codecs to send out ports to JS.
|
2020-10-17 18:58:17 -07:00 |
|
Dillon Kearns
|
3643f5666d
|
Write out manifest.json file.
|
2020-10-16 15:19:46 -07:00 |
|
Dillon Kearns
|
cfaf6dbb5c
|
Lift a case statement.
|
2020-10-16 11:51:54 -07:00 |
|
Dillon Kearns
|
5ce03395ab
|
Extract function.
|
2020-10-16 11:00:28 -07:00 |
|
Dillon Kearns
|
6c1781b154
|
Remove hardcoding of raw body in content.json.
|
2020-10-15 06:33:16 -07:00 |
|
Dillon Kearns
|
8a24e858d2
|
Send ports for pages as they're completed.
|
2020-10-13 21:46:08 -07:00 |
|
Dillon Kearns
|
ad0059037a
|
Log http requests with port.
|
2020-10-13 21:18:15 -07:00 |
|
Dillon Kearns
|
4587e235d8
|
Process one page at a time.
|
2020-10-13 21:02:12 -07:00 |
|
Dillon Kearns
|
1d304ad094
|
Wire in starting point for continuing steps one at a time for cli pre-rendering.
|
2020-10-13 15:40:36 -07:00 |
|
Dillon Kearns
|
86ea65a3ba
|
Generate multiple pages, and show error messages.
|
2020-10-11 21:21:34 -07:00 |
|
Dillon Kearns
|
40c3f5a16c
|
Render head tags in beta pre-renderer.
|
2020-10-11 08:43:38 -07:00 |
|
Dillon Kearns
|
7beaf5ddaf
|
Set up proof of concept for webpack-free build.
|
2020-10-10 18:07:36 -07:00 |
|
Dillon Kearns
|
84dc05668b
|
Get a basic case working for beta elm-to-html verison.
|
2020-10-10 08:15:54 -07:00 |
|
Dillon Kearns
|
daa128796d
|
Split off beta build process and add snapshot test.
|
2020-10-09 17:08:02 -07:00 |
|
Dillon Kearns
|
9055fa1187
|
Remove unnecessary loop.
|
2020-10-07 12:36:03 -07:00 |
|
Dillon Kearns
|
e9aa52b4a0
|
Simplify some code.
|
2020-10-07 12:34:27 -07:00 |
|
Dillon Kearns
|
f7cd75bbc6
|
Remove some more unnecessary calls.
|
2020-10-07 12:34:02 -07:00 |
|
Dillon Kearns
|
d9735c6dcc
|
Remove extra update with nested loops.
|
2020-10-07 12:30:12 -07:00 |
|
Dillon Kearns
|
7c32c6683f
|
Avoid using deprecated individually cached responses per request in one case.
|
2020-10-07 12:27:33 -07:00 |
|
Dillon Kearns
|
0c1e101ebd
|
Replace another instance with single call to static request status.
|
2020-10-07 11:51:35 -07:00 |
|
Dillon Kearns
|
560be03e85
|
Replace one call to permanent error function.
|
2020-10-07 11:45:54 -07:00 |
|
Dillon Kearns
|
962c397d75
|
Restore staticResponses update for now to fix some cases.
|
2020-10-07 11:08:43 -07:00 |
|