madsflensted / elm-brunch

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

Adds `executablePath` configuration option #24

Closed fbonetti closed 7 years ago

fbonetti commented 7 years ago

This feature allows the user to tell brunch where the elm-make executable is located.

This is useful for people who want to install elm as a regular npm dependency. Since the elm executable will not be available globally, we need to tell elm-brunch where to find it.

Addresses https://github.com/madsflensted/elm-brunch/issues/18.

madsflensted commented 7 years ago

Great - thanks for closing that one. Will publish updated version.

madsflensted commented 7 years ago

Had to fix tests - really need to get CI setup for this :-)

Published as version 0.7.0 on npm.

Thanks again @fbonetti for contributing

fbonetti commented 7 years ago

@madsflensted That was quick. Thanks!