pyvec / elsa

Helper module for hosting Frozen-Flask based websites on GitHub pages
Other
29 stars 49 forks source link

Better default for build directory #64

Open encukou opened 5 years ago

encukou commented 5 years ago

Currently, elsa builds in the app directory. I use the app from a library, and in pipenv, putting the build in $(pipenv --venv)/lib/python3.6/site-packages/<my_library>/_build/.

Would the current directory be a better default?

hroncok commented 5 years ago

Yes