-
Notifications
You must be signed in to change notification settings - Fork 193
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CONTRIBUTING.md: explain what "build" does and when you might need to build the project #811
Comments
(i don't ever use the make commands--I assume this issue refers to Changing HTML templates shouldn't require any special commands, the server is smart enough to detect a change and restarts itself. When you do want to use |
So, that's the sort of explanation I want here: |
http://stackoverflow.com/questions/9508667/reload-flask-app-when-template-file-changes/9511655#9511655 suggests it's possible to have the flask app restart itself when arbitrary files are changed, but templates served via render_template should just work™. Just tested on the index and contributors templates that the app doesn't restart, but the changes are served from disk. |
I have the impression that changing certain HTML files requires "build"ing before you test the changes locally, but I have actually no clear picture of what building does and when one might need to use the build command. More details would be nice.
The text was updated successfully, but these errors were encountered: