You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 10, 2021. It is now read-only.
If you are running an existing and older version (pre 168cfb8) of Thesis, you will already have a thesis_auth.ex file in ./lib/.
Running mix thesis.install after upgrading to a newer version of Thesis will duplicate the file in ./lib/YOUR_APP/.
This results in a CompileError:
** (CompileError) lib/thesis_auth.ex:1: cannot define module LivingSafely.ThesisAuth because it is currently being defined in lib/living_safely/thesis_auth.ex:1
The text was updated successfully, but these errors were encountered:
If you are running an existing and older version (pre 168cfb8) of Thesis, you will already have a
thesis_auth.ex
file in./lib/
.Running
mix thesis.install
after upgrading to a newer version of Thesis will duplicate the file in./lib/YOUR_APP/
.This results in a CompileError:
The text was updated successfully, but these errors were encountered: