madsflensted / elm-brunch

Brunch plugin to compile Elm code
MIT License
74 stars 31 forks source link

Request: 'merge' build strategy #21

Closed lessless closed 7 years ago

lessless commented 8 years ago

Right now each module is compiled as separate file. In addition to that, it will be good to have the option to output all compiled modules as a single file.

madsflensted commented 8 years ago

@lessless, yes it already has an issue #9 , and I was thinking that this should be the default behavior and separate output files should be something requiring configuration. What do you think?

lessless commented 8 years ago

@madscoaducom totally love it! :sparkling_heart:

anronin commented 8 years ago

@madsflensted i`m :+1: on set default behavior to merge files, like you said in https://github.com/madsflensted/elm-brunch/issues/9 each module's output file contain the entire elm core and thats not really good, i think so

madsflensted commented 7 years ago

For now it is possible to enable single file target via feature from #22