talonframework / talon

An app builder framework for Phoenix
MIT License
164 stars 9 forks source link

Requires second compile for talon compiler to run the generators #68

Open smpallen99 opened 7 years ago

smpallen99 commented 7 years ago

There are some cases when the talon compiler does not create the templates from the generators. I've noticed this on new talon installs. The issue may be triggered when the talon compiler task needs to be compiled itself. But I'm only speculating.

Workaround:

On new talon installations, run mix, then run mix phx.server