Re: [elm-discuss] What build system do you prefer for Elm?

2017-11-01 Thread Zachary Kessin
I generally just use GNU Make, I also use it to kick off other builds in
the project so that works well.

Zach
ᐧ

On Wed, Nov 1, 2017 at 12:53 AM, Dustin Farris 
wrote:

> I’ve been using broccoli for 8 months now and very happy.
>
> Here’s a plugin I made for elm: https://github.com/
> dustinfarris/broccoli-elm-make
>
> If you end up trying it I’d love your feedback!
>
>
> On Oct 31, 2017, at 10:18 AM, 'Rupert Smith' via Elm Discuss <
> elm-discuss@googlegroups.com> wrote:
>
> I've been using grunt up until now. Looking into webpack at the moment as
> a few github projects I've been looking at use it.
>
> Anyone got any thoughts on the advantages/disadvantages of the various
> possibility wrt Elm?
>
> --
> 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 elm-discuss+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>
>
> --
> 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 elm-discuss+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Zach Kessin
Reduce project risk with training in Elm For web teams
Skype: zachkessin
+972 54 234 3956 / +44 203 734 9790 / +1 617 778 7213

-- 
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 elm-discuss+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [elm-discuss] What build system do you prefer for Elm?

2017-10-31 Thread Dustin Farris
I’ve been using broccoli for 8 months now and very happy.

Here’s a plugin I made for elm: 
https://github.com/dustinfarris/broccoli-elm-make 


If you end up trying it I’d love your feedback!

> On Oct 31, 2017, at 10:18 AM, 'Rupert Smith' via Elm Discuss 
>  wrote:
> 
> I've been using grunt up until now. Looking into webpack at the moment as a 
> few github projects I've been looking at use it.
> 
> Anyone got any thoughts on the advantages/disadvantages of the various 
> possibility wrt Elm?
> 
> -- 
> 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 elm-discuss+unsubscr...@googlegroups.com 
> .
> For more options, visit https://groups.google.com/d/optout 
> .

-- 
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 elm-discuss+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [elm-discuss] What build system do you prefer for Elm?

2017-10-31 Thread Peter Damoc
Consider using npm as a build system
https://css-tricks.com/why-npm-scripts/

The main advantage is that you can control everything easier.
The main disadvantage I guess is that it might get complicated for complex
scenarios.




On Tue, Oct 31, 2017 at 4:18 PM, 'Rupert Smith' via Elm Discuss <
elm-discuss@googlegroups.com> wrote:

> I've been using grunt up until now. Looking into webpack at the moment as
> a few github projects I've been looking at use it.
>
> Anyone got any thoughts on the advantages/disadvantages of the various
> possibility wrt Elm?
>
> --
> 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 elm-discuss+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>



-- 
There is NO FATE, we are the creators.
blog: http://damoc.ro/

-- 
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 elm-discuss+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[elm-discuss] What build system do you prefer for Elm?

2017-10-31 Thread 'Rupert Smith' via Elm Discuss
I've been using grunt up until now. Looking into webpack at the moment as a 
few github projects I've been looking at use it.

Anyone got any thoughts on the advantages/disadvantages of the various 
possibility wrt Elm?

-- 
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 elm-discuss+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.