.. |
basepath-middleware.js
|
Fix empty base handling
|
2021-10-02 17:26:05 +02:00 |
build.js
|
Fix path for compiling CLI app.
|
2022-02-13 14:40:25 -08:00 |
cli.js
|
Update add cli command.
|
2022-01-05 15:12:38 -08:00 |
codegen-template-builder.js
|
Generate Template.elm module.
|
2020-10-26 11:03:43 -07:00 |
codegen-template-module.js
|
Move Page Modules and special elm-pages modules into app folder.
|
2022-02-10 16:27:56 -08:00 |
codegen.js
|
Pass in --compiler flag to elm-review to use lamdera compiler.
|
2022-02-13 13:59:23 -08:00 |
compile-elm.js
|
Add missing report option to restore dev server compiler errors.
|
2022-01-28 18:01:04 -08:00 |
copy-dir.js
|
Copy nested directory for images folder.
|
2020-10-16 18:21:28 -07:00 |
dev-server.js
|
Move Page Modules and special elm-pages modules into app folder.
|
2022-02-10 16:27:56 -08:00 |
dir-helpers.js
|
Use non-blocking IO for terser writes.
|
2021-07-10 16:46:21 -07:00 |
elm-application.json
|
Add elm-pages docs server to show local generated docs.
|
2021-05-28 11:37:03 -07:00 |
elm-file-constants.js
|
Add port to reload current page's data.
|
2022-01-25 11:20:18 -08:00 |
elm-pages-js-minified.js
|
Remove some instances of content.json.
|
2022-02-03 20:08:45 -08: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
|
Formatting.
|
2022-02-14 15:59:06 -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 |
Page.elm
|
Remove now obsolete Secrets API!
|
2022-01-27 15:45:51 -08:00 |
pre-render-html.js
|
Remove manifest from Site.elm and move it into user-space.
|
2022-02-09 10:47:59 -08:00 |
render-worker.js
|
Write content.dat files instead of content.json for build step, and include bytes format in pre-rendered HTML output.
|
2022-02-01 10:57:21 -08:00 |
render.js
|
Delete log statement.
|
2022-02-10 14:51:41 -08:00 |
request-cache-fs.js
|
Fix in-memory cache reset.
|
2021-12-29 17:38:45 -08:00 |
request-cache.js
|
Fix Env.get.
|
2022-02-10 10:06:51 -08: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
|
Update some references to renamed modules.
|
2021-07-30 15:18:55 -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
|
Use Shared.Msg instead of extra layer of abstraction for sub-msg type.
|
2021-07-27 10:48:42 -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 |