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

Enabling `rtsopts` allows the user to use haskell runtime [flags](https://downloads.haskell.org/~ghc/7.4.1/docs/html/users_guide/runtime-control.html) to configure cpu and memory usage. This fixes #164 and enables to configure `elm-make` for different environments without forking it.

When I start an Elm project, I usually put all Elm code in a `src/` directory. When I run `elm make src/Main.elm` initially in a new project folder, I expect...

```elm type Zipper a = Zipper (List a) a (List a) alwaysEmpty : Zipper a -> List a alwaysEmpty _ = [] map f (Zipper before current after) = let...

For example, "repository": "https://github.com/leden/lesnov.me.git" would be a completely valid repo name for Github, but as Elm make uses this piece to generate function names without sanitizing it first, it seems,...

See https://github.com/elm-lang/elm-make/issues/23 for more details.

## For end users (not creating a library) 1. [ ] `$ elm make` (no arguments) - [ ] if no `elm-package.json` or `*.elm`, print: `No elm project found, should...

request

This relate to [this issue](https://github.com/debois/elm-mdl/issues/220). When running elm-make, (and the same issue is present with elm-reactor), the generated html file doesn't contain any viewport meta tag. Would it be possible...

request

**Do not reply directly to this issue. It will be deleted. This is just for aggregating what everyone wants so we can try to address it all in a coherent...

request
meta

Hi, I was working through the online tutorial, and when playing with the [random](http://guide.elm-lang.org/architecture/effects/random.html) example, I stumbled upon a weird compiler issue when trying to run the file through `elm-reactor`...

request

along the lines of https://github.com/elm-lang/elm-make/issues/123, there should be a way to explicitly disable coloring/anything other than ascii. Ubuntu 14.04 (seems like elm-tools should support a "--version" command/flag?) apparently elm-make 0.18...

request