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

Bug: Clean makes init not able to work #340

Closed
deke opened this issue May 22, 2018 · 2 comments
Closed

Bug: Clean makes init not able to work #340

deke opened this issue May 22, 2018 · 2 comments
Labels

Comments

@deke
Copy link

deke commented May 22, 2018

In Elchemy 0.7.2, after running elchemy clean, elchemy init fails with:

** (Code.LoadError) could not load .elchemy.exs
(elixir) lib/code.ex:1022: Code.find_file/2
(elixir) lib/code.ex:601: Code.eval_file/2
mix.exs:12: Myapp.MixProject.project/0
(mix) lib/mix/project.ex:676: Mix.Project.get_project_config/1
(mix) lib/mix/project.ex:111: Mix.Project.push/3

Steps to reproduce:
elchemy new myapp
cd myapp
elchemy clean
elchemy init

@wende wende changed the title elchemy init fails Bug: Clean makes init not able to work May 22, 2018
@wende wende added the bug label May 22, 2018
@wende
Copy link
Owner

wende commented May 22, 2018

Good eye. New PR opened. A review/discussion welcome 👍

@wende
Copy link
Owner

wende commented May 23, 2018

Fix released in 0.7.3

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

No branches or pull requests

2 participants