Closed aaronrenner closed 4 years ago
Apps generated with --live have a number of differences including not having a app.html.eex.
We did add a app.html.eex back to --live apps, but the correct is to inject on root.html.leex. So I would check if root.html.leex is there, otherwise fallbaack to app.html.eex. :)
Apps generated with --live have a number of differences including not having a app.html.eex.