Simon Højberg
Simon Højberg
deleting `~/.elm/elm-json` made this work again for me.
Closing. We have projects :)
@aryairani is this ticket still worth keeping around?
I can confirm that this still happens.
Note that in Slack, it seems that code from GitHub is previewed directly as text that can be highlighted. This seems like a Slack specific thing and not an Open...
Nice thats a very helpful insight!
I can in fact provide a full repository: https://github.com/unisonweb/ui-core This is consumed as a "library" via [elm-git-install](https://github.com/robinheghan/elm-git-install). Here's the elm-watch.json: https://github.com/unisonweb/ui-core/blob/main/elm-watch.json
A glob solution might look like this: ```json { "targets": { "UI": { "inputs": [ "src/UI/**/*.elm" ], "output": "build/ui.js" }, "Code": { "inputs": [ "src/Code/**/*.elm" ], "output": "build/code.js" }, "Lib":...
@lydell thank you for this very thoughtful reply. I think the package option sounds really cool. For now I'll follow your suggestion of generating the file. Thank you!
We're closer to supporting this now that definition summaries exist. They should be added to the definitions API to fully allow this change. https://github.com/unisonweb/unison/issues/3515