如何在phoenix/elixir中启用Elm 0.18的调试标志

Ver*_*ith 4 phoenix brunch elm

我正在尝试使用Phoenix框架和Elm的新项目.我已正确设置项目,但我想在我的项目中启用在Elm 0.18中发布的调试器.有谁知道如何使用Brunch或Phoenix启用--debug标志.谢谢.

Sim*_*n H 6

将它添加到你的brunch-config.json中

elmBrunch: {
    makeParameters : ['--debug']
},
Run Code Online (Sandbox Code Playgroud)

我没有找到与Elm一起工作的早午餐,并改为gulp:看看https://github.com/simonh1000/elm-phoenix-starter的配置建议