I am starting a new project, trying to use both the phoenix frame and Elm. I have set up the project correctly, but I wanted to enable the debugger that was released in Elm 0.18 in my project. Does anyone know how to enable the -debug flag with Brunch or Phoenix. Thank.
Add this to your brunch-config.json
elmBrunch: { makeParameters : ['--debug'] },
I did not find that the brunch works very well with Elm and switched to gulp: see https://github.com/simonh1000/elm-phoenix-starter for configuration tips
@niel Elm Slack elm-webpack-loader.
loader: 'elm-hot!elm-webpack?verbose=true&warn=true&debug=true'
Per @rtfeldman elm-webpack github repo, v3.1.0 .
, -.
Source: https://habr.com/ru/post/1663380/More articles:Creating list combinations, all with the same length - pythonXamarin Forms Switch Toggled event not associated with viewmodel - mvvmКогда использовать SCNGeometrySource - scenekitкак я могу создать свой запрос mongodb на основе ввода от пользователя в node.js? - javascriptConvert COLLADA to SceneKit - iosкак я могу переписать мой запрос мангуста после разделения данных из одной модели на две? - node.jsC #: 'IEnumerable 'does not contain a definition for' Intersect '- c #how to solve: npm run build / dev: missing script? - npmBetter than using `Task / Generate / Consume` for lazy collections, express as coroutines - generatorJulia - Iterate over dictionary key combinations - iteratorAll Articles