choucrifahed / sbt-elm

Scala Build Tool (SBT) plugin for the Elm programming language
MIT License
42 stars 4 forks source link

Add setting for elm project directory #25

Open QAFabianHuch opened 4 years ago

QAFabianHuch commented 4 years ago

Since the elm compiler looks for the elm.json in its current process directory, it would be nice to change this process directory in the settings. Otherwise, especially in multi-project builds (even with only one elm project), we get the no json file error.