elm-pages-v3-beta/generator/src
2021-12-10 16:11:56 -08:00
..
basepath-middleware.js Fix empty base handling 2021-10-02 17:26:05 +02:00
build.js Extract constant. 2021-10-07 13:15:25 -07:00
cli.js Change syntax for constructor function to avoid constructor error. 2021-12-10 10:50:27 -08:00
codegen-template-builder.js Generate Template.elm module. 2020-10-26 11:03:43 -07:00
codegen-template-module.js Rename routes to pages. Routes are the category of page, pages are the specific things to pre-render for a given route, so this terminology is more consistent and clear. 2021-12-10 16:03:07 -08:00
codegen.js Add --base option, and remove <base> tags. 2021-07-19 18:39:23 -07:00
compile-elm.js Run elm-review when errors point to generated code. 2021-08-27 10:27:37 -07:00
copy-dir.js Copy nested directory for images folder. 2020-10-16 18:21:28 -07:00
dev-server.js adding https support using devcert 2021-11-06 12:13:26 +11: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 Run elm-review when errors point to generated code. 2021-08-27 10:27:37 -07:00
file-helpers.js Only copy Template.elm module once. 2020-10-30 10:27:33 -07:00
generate-template-module-connector.js Allow some more dead-code elimination in browser Elm code through the generated code stripping off some CLI-only code. 2021-09-27 10:19:49 -07: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 Fix typo in docs. 2021-12-10 16:11:56 -08:00
pre-render-html.js Merge branch 'master' into pr/236 2021-10-16 09:23:47 -07:00
render-worker.js Add test case for <script></script> JSON escaping and only run it within the pre-rendered HTML. 2021-08-25 10:55:45 -07:00
render.js Add test case for <script></script> JSON escaping and only run it within the pre-rendered HTML. 2021-08-25 10:55:45 -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 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