-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Simplify bin creation #31
Labels
Comments
So instead of defining |
Yup. |
It has to match the one defined in |
Open
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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?
The text was updated successfully, but these errors were encountered: