madsflensted / elm-brunch

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

Fix end of input issues on compile #13

Closed joakimk closed 8 years ago

joakimk commented 8 years ago

Seems related to https://github.com/madsflensted/elm-brunch/issues/6.

Fixes errors like "mitlist.js failed. Line 6563: Unexpected end of input".

I looked at a few different elm plugins and many of them seemed to run compilation synchronously. It seems to work well for elm-brunch too.

madsflensted commented 8 years ago

@joakimk thanks for contributing! Great if this can fix #6 and related.

madsflensted commented 8 years ago

new version published 0.4.4