elm-pages-v3-beta/generator/src
2021-07-19 18:39:23 -07:00
..
basepath-middleware.js Add base middleware function. 2021-07-16 20:28:46 -07:00
build.js Add --base option, and remove <base> tags. 2021-07-19 18:39:23 -07:00
cli.js Add --base option, and remove <base> tags. 2021-07-19 18:39:23 -07:00
codegen-template-builder.js Generate Template.elm module. 2020-10-26 11:03:43 -07:00
codegen-template-module.js Rearrange template. 2021-06-24 11:34:32 -07:00
codegen.js Add --base option, and remove <base> tags. 2021-07-19 18:39:23 -07:00
compile-elm.js Use serveStatic to serve compiled elm.js for browser using etags/modified-dates to ensure 304's when possible. 2021-07-17 17:26:30 -07:00
copy-dir.js Copy nested directory for images folder. 2020-10-16 18:21:28 -07:00
dev-server.js Add --base option, and remove <base> tags. 2021-07-19 18:39:23 -07: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 Remove unused code. 2021-04-10 13:14:13 -07:00
elm-pages-js-minified.js Try initial content.json in a script tag. 2021-06-25 08:03:25 -07:00
error-formatter.js Update error formatting. 2021-07-14 18:05:03 -07:00
file-helpers.js Only copy Template.elm module once. 2020-10-30 10:27:33 -07:00
generate-template-module-connector.js Add --base option, and remove <base> tags. 2021-07-19 18:39:23 -07:00
init.js Wire up elm-pages init in cli. 2021-05-15 20:45:35 -07:00
Page.elm Rename Page builder functions. 2021-06-24 10:05:16 -07:00
pre-render-html.js Add --base option, and remove <base> tags. 2021-07-19 18:39:23 -07:00
render-worker.js Add --base option, and remove <base> tags. 2021-07-19 18:39:23 -07:00
render.js Add --base option, and remove <base> tags. 2021-07-19 18:39:23 -07:00
request-cache.js Cache Port DataSources like HTTP is cached. 2021-07-17 15:16:13 -07: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 Remove {} arguments in empty route params in Route type. 2021-06-10 15:09:27 -07:00
seo-renderer.js Remove newlines between SEO head tags. 2021-06-25 08:14:20 -07:00
SharedTemplate.elm Wire up PageUrl. 2021-05-24 11:17:34 -07:00
SiteConfig.elm Move SiteConfig to copied files. 2021-05-15 20:38:29 -07:00