2019-08-09 05:13:13 +03:00
|
|
|
[build]
|
|
|
|
base = "examples/docs/"
|
2021-03-24 05:34:12 +03:00
|
|
|
functions = "functions/"
|
2020-01-27 03:27:48 +03:00
|
|
|
publish = "dist/"
|
2021-04-16 20:08:50 +03:00
|
|
|
command = "export ELM_HOME=\"$NETLIFY_BUILD_BASE/cache/elm\" && (cd ../../ && npm install --no-optional && npx --no-install elm-tooling install) && npm install --no-optional && npm run build && cp ./elm-stuff/elm-pages/elm.js functions/render/elm-pages-cli.js"
|
2020-02-04 04:56:52 +03:00
|
|
|
ignore = "git diff --quiet HEAD^ HEAD `git rev-parse --show-toplevel`"
|
2021-03-24 05:34:12 +03:00
|
|
|
|
|
|
|
[[redirects]]
|
2021-03-25 18:04:59 +03:00
|
|
|
from = "/*"
|
2021-03-24 05:34:12 +03:00
|
|
|
to = "/.netlify/functions/render"
|
|
|
|
status = 200
|
2021-03-25 18:04:59 +03:00
|
|
|
# force = true
|