On Wednesday, September 28, 2016 at 8:18:26 AM UTC+1, Peter Damoc wrote: > > After that's done and everything hums along with the help of > elm-package/elm-reactor, there comes the issue of starting to need > functionality that is beyond the elm-platform > > There comes a point when you start needing to install tools with npm or > bower. > One starts to need makefiles (like Fred used) or gulp/webpack. >
I use grunt based on how I was using grunt with angular prior to trying out Elm - but others will have different ways of building that suit their preferences. As you say, it is something beyond the elm platform. I think that feels right though, Elm is just a transpiler that spits out some javascript that I incorporate into my build, same as any other transpiler I might care to use. -- You received this message because you are subscribed to the Google Groups "Elm Discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
