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

Switch to elm-live to add Apple Silicon M1 support 🤘🏿 #10

Merged
merged 2 commits into from
May 19, 2021
Merged

Switch to elm-live to add Apple Silicon M1 support 🤘🏿 #10

merged 2 commits into from
May 19, 2021

Conversation

vladimirlogachev
Copy link
Contributor

@vladimirlogachev vladimirlogachev commented May 18, 2021

create-elm-app is maintained poorly in comparison to elm-live.
I think it's a good switch.

But most importantly, I need these changes so that I could work on #8

Copy link
Member

@kutyel kutyel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good! Why remove the yarn.lock though? 🤔

@vladimirlogachev
Copy link
Contributor Author

vladimirlogachev commented May 19, 2021

Looks good! Why remove the yarn.lock though? 🤔

Haha! It's not removed. It just became smaller.

This is exactly how simpler the elm-live is in comparison to create-elm-app.

@vladimirlogachev
Copy link
Contributor Author

I cannot merge it because I have no write access, so please do it yourself.

@kutyel
Copy link
Member

kutyel commented May 19, 2021

Haha! It's not removed. It just became smaller.

This is exactly how simpler the elm-live is in comparison to create-elm-app.

Wow, incredible in deed! 🤯

@@ -4,14 +4,14 @@
"description": "Elm client example for our mu-haskell GraphQL server!",
"scripts": {
"codegen": "elm-graphql --schema-file ../library.graphql --base LibraryApi --output src",
"start": "elm-app start"
"start": "elm-live src/Main.elm --dir=public --open --host=0.0.0.0 --port=8080 --pushstate --start-page=index.html -- --output=public/bundle.js"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Even though the dependencies are much less heavy and the package is better maintained... this line here is terrible DX in my opinion 🤣 Why not make all those arguments the default!? 🤔

@kutyel kutyel merged commit 205f77a into higherkindness:master May 19, 2021
@kutyel
Copy link
Member

kutyel commented May 19, 2021

Thanks again for the contribution! 🙌🏻

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

Successfully merging this pull request may close these issues.

2 participants