[elm-discuss] Re: Design of Large Elm apps

2016-08-05 Thread Ryan Erb
Thanks all for the responses, got a lot of good information here to start playing with. Does seem the consensus is that there is one "main" elm module that will bubble down information to other sections and modules. Thanks!!! -- You received this message because you are subscribed to the

[elm-discuss] Design of Large Elm apps

2016-08-04 Thread Ryan Erb
Got a few questions regarding the best way, or what options there are for scaling up to a large site. If i have a site with lots of features what is the best way to orgainze everything? *One Elm page to rule them all?* With this approach you only have to deal with one update happening, you can

[elm-discuss] Re: Elm install issues

2016-07-23 Thread Ryan Erb
Looking into more of the errors and these ones stood out: Elm compile: elm-stuff/packages/elm-lang/core/4.0.3/src/Maybe.elm, in > web/elm, to ../static/vendor/maybe.js > [debug] Live reload: priv/static/css/seatsaver.css > [debug] Live reload: priv/static/images/phoenix.png > Your dependencies

[elm-discuss] Elm install issues

2016-07-23 Thread Ryan Erb
Trying to learn Elm, got the very basics working, but there are ton of complie errors that I am unsure about. 23 Jul 15:59:05 - error: Compiling of > web/elm/elm-stuff/packages/elm-lang/core/4.0.3/src/Array.elm failed. > Command failed: elm-make --yes --output ../static/vendor/array.js >