Open MattCheely opened 6 years ago
Yeah definitely!
I'd also be open to adding you as a maintainer if you're interested. 🙂 Just so I'm not the blocker for any of the changes you want to make.
Does this mean it's going to be upgraded to 0.19?
@nucleartide Yeah, I'd be happy to be a maintainer, thanks!
@ondrejsevcik already done in #21! Just needs to be published to npm.
@MattCheely Cool! Lemme add you to the repo. I'll also give you publish rights, lemme set a reminder.
@MattCheely Added you to the npm repo as well!
@nucleartide Thanks!
@ondrejsevcik Took me a while to get around to it, but I've finally published support for Elm 0.19 to npm as ember-elm@0.3.0
No worries and big thanks 🙏🏽
One thing that got a bit more difficult with the move to 0.19 is testing. With support for tests more closely built into the package format, elm-test is now more rigorous about where tests live, expecting them directly in
tests/
at the project root, where Ember also likes to keep other test structures.It might be cleaner to completely separate out Elm into it's own sub-project, and add some Ember-CLI commands to manage package installs and such. Would you be open to a PR with those changes?