Commit Graph

1554 Commits

Author SHA1 Message Date
Dillon Kearns
7fbcfb60d8 Add setup for local docs for generated module. 2020-10-25 08:22:50 -07:00
Dillon Kearns
3aaf631c62 Generate template modules file in beta build. 2020-10-24 16:35:54 -07:00
Dillon Kearns
28692cf003 Use new decoder in template module decoder. 2020-10-24 15:55:45 -07:00
Dillon Kearns
12d9decf04 Fix type variables in template modules. 2020-10-24 15:46:01 -07: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
e5a7752498
Merge pull request #149 from dillonkearns/elm-to-html
No-webpack build beta
2020-10-24 11:42:32 -07:00
Dillon Kearns
938692b518 Rename some files in dist and add some preload tags. 2020-10-23 15:56:39 -07:00
Dillon Kearns
61686bd3f7 Make sure elm-optimize-level-2 was successful or else fail beta build. 2020-10-23 15:42:40 -07:00
Dillon Kearns
489de6cfbc Fix source-directories in examples. 2020-10-22 13:16:39 -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
4edd9f6b94 Regenerate docs. 2020-10-21 19:00:12 -07:00
Dillon Kearns
0caa91db56 Add maskable icon. 2020-10-21 12:08:01 -07:00
Dillon Kearns
5c37a84054 Use cloudinary social icon in head tags. 2020-10-21 11:49:12 -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
68b80728fd Add PWA and favicon icons. 2020-10-21 10:36:31 -07:00
Dillon Kearns
291378bd85 Generate docs site using beta build. 2020-10-21 10:23:07 -07:00
Dillon Kearns
4ecad413d9 Add generator version. 2020-10-21 10:14:00 -07:00
Dillon Kearns
1d71e5433d Copy style entrypoint from beta-style.css. 2020-10-20 20:55:30 -07:00
Dillon Kearns
2dad51714f Rename entry point to beta-index. 2020-10-20 20:52:36 -07:00
Dillon Kearns
5ad85cad0d Use ImagePath for manifest icons. 2020-10-20 20:48:21 -07:00
Dillon Kearns
173233a6c6 Remove snapshot test for elm-to-html integration. 2020-10-20 20:29:54 -07:00
Dillon Kearns
59a8d1f5da Fix compiler error. 2020-10-20 19:38:51 -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
a4a34f893d Add shebang line for beta cli. 2020-10-19 22:42:26 -07:00
Dillon Kearns
c7af54bbe8 Move file. 2020-10-19 22:30:47 -07:00
Dillon Kearns
e0f03dd1a3 Add elm-pages beta to NPM bin. 2020-10-19 22:25:00 -07:00
Dillon Kearns
2bf1aeef42 Install terser and elm-optimize-level-2. 2020-10-19 22:23:40 -07:00
Dillon Kearns
00bcb72b8b Remove redundant function calls to improve performance. 2020-10-19 22:21:03 -07:00
Dillon Kearns
e4bcf3f00c Clear service worker registrations. 2020-10-19 21:55:40 -07:00
Dillon Kearns
a9e2ece36d Try creating directory before generating file. 2020-10-19 19:02:50 -07:00
Dillon Kearns
6966d5d5f3 Await mkdir to ensure directory exists before continuing. 2020-10-19 18:45:20 -07:00
Dillon Kearns
7ae76293d8 Fix compiler error in tests. 2020-10-19 17:41:27 -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
6910f32c42 Exit with non-zero status code when error is present. 2020-10-17 21:15:56 -07:00
Dillon Kearns
299ebd0edc Use codecs to send out ports to JS. 2020-10-17 18:58:17 -07:00
Dillon Kearns
eb170bd2c1 Fix some test compiler errors. 2020-10-17 13:47:41 -07:00
Dillon Kearns
5a7374114a Copy image directory to dist. 2020-10-16 18:51:29 -07:00
Dillon Kearns
c960dffdca Make sure files exist before trying to mkdir. 2020-10-16 18:41:13 -07:00
Dillon Kearns
1f76899971 Copy nested directory for images folder. 2020-10-16 18:21:28 -07:00
Dillon Kearns
129e9360b1 Move static and image folder contents into dist dir. 2020-10-16 18:00:27 -07:00
Dillon Kearns
22d66c4760 Copy index template in build step. 2020-10-16 16:30:10 -07:00