.. |
basepath-middleware.js
|
Fix empty base handling
|
2021-10-02 17:26:05 +02:00 |
build.js
|
Remove redundant log.
|
2022-04-06 16:45:53 -07:00 |
cli.js
|
Remove messy log statement from CLI command.
|
2022-03-03 09:18:14 -08:00 |
codegen-template-builder.js
|
Generate Template.elm module.
|
2020-10-26 11:03:43 -07:00 |
codegen-template-module.js
|
Use concrete types in some scaffolded code.
|
2022-04-06 16:43:33 -07:00 |
codegen.js
|
Rename Page.elm -> RouteBuilder.elm.
|
2022-03-05 09:50:01 -08:00 |
compile-elm.js
|
Remove app dying messages from compiled lamdera output.
|
2022-03-11 11:50:02 -08:00 |
copy-dir.js
|
Copy nested directory for images folder.
|
2020-10-16 18:21:28 -07:00 |
dev-server.js
|
Remove redundant fields from dev server adapter.
|
2022-03-21 12:10:52 -07:00 |
dir-helpers.js
|
Use non-blocking IO for terser writes.
|
2021-07-10 16:46:21 -07:00 |
elm-application.json
|
Rename Page.elm -> RouteBuilder.elm.
|
2022-03-05 09:50:01 -08:00 |
elm-file-constants.js
|
Extract functions into record.
|
2022-04-05 08:26:26 -07:00 |
error-formatter.js
|
Format errors if type is list.
|
2022-02-04 10:53:41 -08:00 |
file-helpers.js
|
Only copy Template.elm module once.
|
2020-10-30 10:27:33 -07:00 |
generate-template-module-connector.js
|
Expose Route.toString.
|
2022-04-06 16:38:41 -07:00 |
hello.ts
|
Use esbuild to transpile port-data-source file, and watch for changes.
|
2022-03-02 10:14:55 -08:00 |
init.js
|
Create .elm-pages folder from init command to ensure that the initial project is valid when running elm install command. Fixes #205.
|
2021-08-27 15:05:40 -07:00 |
pre-render-html.js
|
Generate preload directive for hashed entrypoint JS file.
|
2022-03-25 09:50:50 -07:00 |
render-worker.js
|
Use esbuild to transpile port-data-source file, and watch for changes.
|
2022-03-02 10:14:55 -08:00 |
render.js
|
Add a try catch for killApp in render.
|
2022-03-31 09:06:17 -07:00 |
request-cache-fs.js
|
Fix in-memory cache reset.
|
2021-12-29 17:38:45 -08:00 |
request-cache.js
|
Differentiate between missing port data source file and import error
|
2022-03-20 15:22:00 +01:00 |
rewrite-client-elm-json.js
|
Remove DataSource code from bundle.
|
2022-02-13 12:42:31 -08:00 |
rewrite-elm-json.js
|
Remove DataSource code from bundle.
|
2022-02-13 12:42:31 -08:00 |
route-codegen-helpers.js
|
Change Page.* modules to be Route.* modules.
|
2022-03-05 09:05:12 -08:00 |
RouteBuilder.elm
|
Add proof of concept for error pages.
|
2022-03-29 11:48:04 -07:00 |
seo-renderer.js
|
Add meta tag that needs escaping to end-to-end escaping test, and fix escaping issue in SEO attributes.
|
2021-10-26 10:40:04 -07:00 |
SharedTemplate.elm
|
Update examples.
|
2022-03-25 09:03:22 -07:00 |
SiteConfig.elm
|
Support global head tags from API Routes so plugins can add head tags like sitemap and RSS links.
|
2022-02-14 11:05:42 -08:00 |