tonini / alchemist.el

Elixir Tooling Integration Into Emacs
http://www.alchemist-elixir.org
906 stars 103 forks source link

Fix alchemist-phoenix for new phoenix structure (#306) #321

Open gebrek opened 7 years ago

gebrek commented 7 years ago

The `web' directory is removed with phx1.3 and placed under lib/_web instead.

Also change phoenix.routes -> phx.routes

tonini commented 6 years ago

@ovid-nis could you try to fix the tests? I really would like to get your PR ready.

jwhitmire commented 6 years ago

I would like to help get this fixed. I'm having trouble getting things set up locally so I can run the tests. Is there a good reference for setting up the alchemist.el package (or any package) for local development so I can assist?