Dancer2 icon indicating copy to clipboard operation
Dancer2 copied to clipboard

Remove auto-discovery of appdir

Open xsawyerx opened this issue 12 years ago • 3 comments

The auto-discovery feature of Dancer2 is no longer necessary and impedes the ability to have the application directory separate from where the code library actually is.

It's magic when magic isn't necessary.

xsawyerx avatar Aug 30 '13 07:08 xsawyerx

@xsawyerx which auto-discovery feature is left? since you already removed the appdir (if there is) which is in the current dir.

sakshee3 avatar Apr 02 '15 11:04 sakshee3

Note to self: If there is an appdir, why do we still run this code? I don't mind keeping it if there is no appdir configured.

xsawyerx avatar Oct 16 '16 12:10 xsawyerx