talonframework / talon

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

Fix template compiler so it only compiles dirty generator templates #12

Open smpallen99 opened 7 years ago

smpallen99 commented 7 years ago

Also make it work with live code reload

smpallen99 commented 7 years ago

There is a bug in the ex_admin compiler. It does not compile all the templates when first generating a resource. If you get a "no templates compiled error", stop and start the app again. If that doesn't work, run mix compile. That should resolve the issue.