-
elm make X.elm- install dependencies found in
elm-package.json - compile
X.elm, and all modules it depends on - write concatenated output to
elm.js
- install dependencies found in
-
elm make X.elm --output=x.js- write concatenated output to
x.js
- write concatenated output to
-
elm make X.elm --output=x.html- wrap JS output in HTML and write to
x.html
- wrap JS output in HTML and write to
-
elm makein empty directory- create default
elm-package.json - download and compile core
- create default
-
elm makein existing library- download and install dependencies
- compile all exposed modules from
elm-package.jsonand their dependencies
Last active
August 29, 2015 14:22
-
-
Save laszlopandy/d77a1fe3150fe97f16fd to your computer and use it in GitHub Desktop.
Use cases for elm-make
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment