elm-pages-v3-beta/generator/src
2022-02-03 16:38:54 -08:00
..
Pages/Internal Simplify case expression. 2022-02-03 16:38:54 -08:00
basepath-middleware.js Fix empty base handling 2021-10-02 17:26:05 +02:00
build.js Run elm-optimize-level-2 on lamdera output. 2022-01-28 12:03:47 -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 Update generator. 2022-01-17 20:59:17 -08:00
codegen.js Rename TemplateModulesBeta.elm entrypoint file -> Main.elm. 2021-12-23 14:28:52 -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 Send content.dat updates for hot reloading. 2022-02-03 11:51:17 -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 Send content.dat updates for hot reloading. 2022-02-03 11:51:17 -08:00
error-formatter.js Add safe error formatter function that prints raw error if it can't be JSON parsed, and improve error output for build. 2022-01-28 11:26:14 -08:00
file-helpers.js Only copy Template.elm module once. 2020-10-30 10:27:33 -07:00
generate-template-module-connector.js Send wrapper type instead of individual page data for Bytes content.dat. 2022-02-03 14:01:45 -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 Render base64 string without btoa function to avoid error. 2022-02-01 11:07:24 -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 Uncomment hot reload watcher. 2022-02-02 09:53:47 -08:00
request-cache-fs.js Fix in-memory cache reset. 2021-12-29 17:38:45 -08:00
request-cache.js Remove now obsolete Secrets API! 2022-01-27 15:45:51 -08:00
rewrite-elm-json.js Avoid writing CLI app's elm.json to disk if the contents are exactly what would be written. Helps the Elm compiler speed up by around 1 second. 2021-07-10 13:57:31 -07: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 Remove obsolete argument. 2021-08-01 10:23:20 -07:00