You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 17, 2019. It is now read-only.
It would be great if elm_self_publish.py could replace an existing package by the same name and version. This seems like the usual case when developing an Elm package: self-publish the package under development, make some changes, self-publish again.
Another thing is that with Elm Native UI we need to replace the official core with a modified one, so the workflow now is the following:
elm-make the first time in the project, which creates an elm-package.json and elm-stuff with the official core
Remove official core by hand
Self-publish the modified core
Self-publish elm-native-ui
We could at least get rid of step 2 with this change. :)
The text was updated successfully, but these errors were encountered:
It would be great if
elm_self_publish.py
could replace an existing package by the same name and version. This seems like the usual case when developing an Elm package: self-publish the package under development, make some changes, self-publish again.Another thing is that with Elm Native UI we need to replace the official
core
with a modified one, so the workflow now is the following:elm-make
the first time in the project, which creates anelm-package.json
andelm-stuff
with the official coreWe could at least get rid of step 2 with this change. :)
The text was updated successfully, but these errors were encountered: