Skip to content
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

Use elm-proper-install #43

Open
jsteiner opened this issue Feb 24, 2017 · 3 comments
Open

Use elm-proper-install #43

jsteiner opened this issue Feb 24, 2017 · 3 comments

Comments

@jsteiner
Copy link
Contributor

We might be able to use this for elm-native-ui instead of all the finagling we have to do now. https://github.com/eeue56/elm-proper-install

@iancanderson
Copy link
Owner

Neat!

@iancanderson
Copy link
Owner

I looked into this. Unfortunately, it doesn't work with elm-native-ui currently, because it relies on git version tags. We could consider adding tags to thoughtbot/elm-native-ui to make it work

Going to look into https://github.com/gdotdesign/elm-github-install as well, because it allows you to install things based on commit/branch/tag instead of tag only

iancanderson added a commit that referenced this issue Mar 5, 2017
This removes `bin/sync-elm-native-ui` in favor of using
`elm-github-install`, which allows us to specify a git ref that
is used instead of version tags.

Also:
- Removes `elm-stuff/packages` from git.
- Adds a `bin/symlink-elm-native-ui` script to easily switch to using
  your local copy of `elm-native-ui`

Closes #43
@iancanderson
Copy link
Owner

iancanderson commented Mar 10, 2017

WIP branch here using elm-github-install, but it's not compiling because it's looking for thoughtbot instead of ohanhi in the module names: https://github.com/thoughtbot/PurpleTrainElm/compare/ia-elm-github-install

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants