elm-make icon indicating copy to clipboard operation
elm-make copied to clipboard

A build tool for Elm projects

Results 29 elm-make issues
Sort by recently updated
recently updated
newest added

Example: File b.elm ``` module B where f = identity ``` File a.elm ``` import B ``` On Windows and OS X), there will be no error and it will...

bug

# Heyo Evan I was trying to use Elm in an Electron app and I ran into a weird error where the `Elm` variable was not defined. I followed the...

If I have a project which has an older version of a package elm make will fail giving an error related to wrong usage e.g. `elm-package` say that `packageX` should...

Tested in 0.18 * In an empty folder with http://elm-lang.org/examples/buttons create `Buttons.elm`. * `elm package install` accept plan. * `elm reactor` * Notice that http://localhost:8000/Buttons.elm works as expected. * Edit...

Lots of tools are showing Elm error messages, but the color information is not easy to access. You only really get it when you use elm-make directly, so you need...

meta

Sibling PR for https://github.com/elm-lang/elm-package/pull/245 Please see discussion on that PR. All this PR does is send the `defaultHostUrl` to elm-package when called via elm-make.

elm version: 0.17 I added `"elm-lang/keyboard": "1.1.0

For example, using Elm 0.16, it is possible to use `elm-make` on a project that has an `elm-package.json` stating `"elm-version": "0.15.0

bug

hey, I think it quite common question "how to embed multiple elm apps". Maybe more docs can improve this.