-
Notifications
You must be signed in to change notification settings - Fork 65
Open
Labels
Description
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?