elm/Examples/elm-js/Redirect/README.txt

12 lines
415 B
Text

To compile this example yourself use:
elm --import-js="RedirectHelp.js" Redirect.elm
This compiles the Elm file and includes the necessary JavaScript code.
It produces a self-contained HTML file.
Note: Not all browsers like reading the elm-runtime-x.y.z.js file from
an absolute path, so you may have to specify a relative path with
the --runtime flag (e.g. --runtime="../../../elm/elm-runtime-0.3.5.js").