Commit Graph

1406 Commits

Author SHA1 Message Date
Dillon Kearns
40b86aba83 Rename function. 2020-09-01 17:44:00 -07:00
Dillon Kearns
3a0196b69d Use save function on template model updates. 2020-09-01 17:39:05 -07:00
Dillon Kearns
94f018e2ae Add save and load functions. 2020-09-01 17:11:54 -07:00
Dillon Kearns
7a6e9b77f2 Rename function. 2020-08-26 22:05:12 -07:00
Dillon Kearns
e2c5919466 Introduce new template constructor. 2020-08-26 21:14:52 -07:00
Dillon Kearns
0308587581 Make a simpler constructor function. 2020-08-26 20:31:49 -07:00
Dillon Kearns
50ba51864e Use type alias and rename variable. 2020-08-26 20:07:50 -07:00
Dillon Kearns
307f1bdf25 Wire in toMsg and toGlobalMsg. 2020-08-24 22:13:14 -07:00
Dillon Kearns
98bd2d56fc Rename type. 2020-08-24 21:14:19 -07:00
Dillon Kearns
1e3bfe373a Remove unused code. 2020-08-23 21:32:32 -07:00
Dillon Kearns
dc4ba8105d Remove Debug.todo. 2020-08-23 21:27:51 -07:00
Dillon Kearns
c3dadba35d Update docs. 2020-08-23 21:10:31 -07:00
Dillon Kearns
534d204323 Wire in site metadata to docs sidebar. 2020-08-23 20:56:25 -07:00
Dillon Kearns
d98d94747a Remove coupling to elm-ui and elm-markdown packages in generated template connector. 2020-08-23 13:15:31 -07:00
Dillon Kearns
959130aae0 Pass in subscriptions explicitly to template builder, and let caller pipe through toProgram. 2020-08-23 10:44:00 -07:00
Dillon Kearns
0ac6caaf0b Implement update wiring in Template Connector. 2020-08-23 10:39:51 -07:00
Dillon Kearns
375006e342 Escape literal backslashes and wire in code generation. 2020-08-23 08:00:49 -07:00
Dillon Kearns
fdc02b7682 Ignore coverage folder. 2020-08-23 07:35:28 -07:00
Dillon Kearns
6de2a556eb Remove unused argument. 2020-08-23 07:35:03 -07:00
Dillon Kearns
0ce57d2750 Use wildcard for update function for now. 2020-08-23 07:34:09 -07:00
Dillon Kearns
56028a1d41 Remove hardcoding of init function. 2020-08-23 07:21:40 -07:00
Dillon Kearns
15a8881eec Remove more hardcoding. 2020-08-22 22:35:39 -07:00
Dillon Kearns
8978187ca6 Remove some more hardcoding. 2020-08-22 22:25:58 -07:00
Dillon Kearns
3983c06006 Remove some hardcoding. 2020-08-22 22:17:02 -07:00
Dillon Kearns
493f8d3634 Add hardcoded generate file function to seed snapshot. 2020-08-22 21:34:47 -07:00
Dillon Kearns
c6a3eac95b Remove unused. 2020-08-22 21:09:36 -07:00
Dillon Kearns
15797e52ea Remove unsued. 2020-08-22 20:51:18 -07:00
Dillon Kearns
9de74530ad Wire in global metadata. 2020-08-22 17:37:00 -07:00
Dillon Kearns
f9275a9ec3 Merge branch 'master' into template-modules 2020-08-22 17:16:49 -07:00
Dillon Kearns
bc1c92c651
Add webpack performance profiling instructions 2020-08-18 14:41:26 -07:00
Dillon Kearns
1fa02c015b 1.4.3 2020-08-17 19:47:17 -07:00
Dillon Kearns
31d8a4fb43 Update changelog. 2020-08-17 19:47:03 -07:00
Dillon Kearns
3bee40a7bc
Merge pull request #123 from sparksp/generate-command
Generate without full build
2020-08-17 19:41:30 -07:00
Dillon Kearns
646ebc42b2 Set headers to turn off caching in dev server so Safari doesn't load stale data. 2020-08-17 19:37:29 -07:00
Dillon Kearns
8692e2885d
Merge pull request #132 from Y0hy0h/path-error-prefix
Path error prefix
2020-07-22 08:13:56 -07:00
Dillon Kearns
4e0d49e6c0
Merge pull request #133 from dillonkearns/all-contributors/add-Y0hy0h
docs: add Y0hy0h as a contributor
2020-07-22 07:57:04 -07:00
allcontributors[bot]
71d91eca4b
docs: update .all-contributorsrc [skip ci] 2020-07-19 18:23:51 +00:00
allcontributors[bot]
8ea6ee30de
docs: update README.md [skip ci] 2020-07-19 18:23:50 +00:00
Johannes Maas
aa27d9a49e Update error message test 2020-07-19 20:09:38 +02:00
Johannes Maas
2746639b35 Prefix path in error message with /
Previously the root path was displayed as the empty string, which is confusing.
2020-07-19 20:07:38 +02:00
Dillon Kearns
7d6d3bc672
Fix typo in changelog version. 2020-07-15 08:15:00 -07:00
Phill Sparks
8b4d92d4ca
Use build --skip-dist instead of generate 2020-07-14 21:57:18 +01:00
Phill Sparks
4da355b17e
Generate without full build
Adds `elm-pages generate` command which only builds `gen/Pages.elm`.

Fixes #112
2020-07-14 21:57:18 +01:00
Dillon Kearns
a125919f1d Bump elm package. 2020-07-14 12:12:02 -07:00
Dillon Kearns
62b9d4176a 1.4.2 2020-07-14 12:10:19 -07:00
Dillon Kearns
2d27a014c0 Update changelogs. 2020-07-14 11:56:00 -07:00
Dillon Kearns
826f0a0cd7 Fix missing content flash for sites hosted at a base url. Fixes #106. 2020-07-14 09:14:17 -07:00
Dillon Kearns
007c9c823f Merge branch 'pr/110' 2020-06-16 20:55:04 -07:00
Dillon Kearns
ebd348d3f6
Merge pull request #110 from Y0hy0h/image-dimensions
Provide image dimensions
2020-06-16 20:54:51 -07:00
Dillon Kearns
929c57a18a Run snapshot test with images in test directory. 2020-06-16 20:51:44 -07:00