- Static files go in the static/ directory.
- Separate third-party libraries from your own static files.
- Specify the location of your favicon in your templates.
- Use Flask-Assets to insert static files in your templates.
- Flask-Assets can compile, combine and compress your static files.