apryor6 / flaskerize

Python CLI build/dev tool for templated code generation and project modification. Think Angular schematics for Python.
BSD 3-Clause "New" or "Revised" License
121 stars 13 forks source link

Respect existing static_folder #3

Closed apryor6 closed 5 years ago

apryor6 commented 5 years ago

For target apps that have already specified static_folder, flaskerize should instead attach the site somewhere within so that the original Flask app is not broken

mvellasco commented 5 years ago

Hey @apryor6 hope you're well. I really liked the project, and I'd like to help out. Can I start working with this task?

apryor6 commented 5 years ago

Hi there and welcome!

This issue was mostly addressed in e5f012. Sloppy on my part not to reference this issue. I'll close it for now.

However, there is a much larger refactor coming in the next few weeks or so regarding how existing source code is modified.

See this issue for further discussion