Currently we manually have to create useless proxies like these: https://github.com/kevva/elm-platform-bin/tree/master/bin
The reason is that we have to define the path to the binary in package.json up front.
Another way we could do it is to instead have bin-wrapper copy/move the binary to a fixed path/name we define in package.json.
@kevva What do you think?
Currently we manually have to create useless proxies like these: https://github.com/kevva/elm-platform-bin/tree/master/bin
The reason is that we have to define the path to the binary in package.json up front.
Another way we could do it is to instead have
bin-wrappercopy/move the binary to a fixed path/name we define in package.json.@kevva What do you think?