After deleting my css/js files... my Flask server still runs as normal????

This page summarizes the projects mentioned and recommended in the original post on /r/flask

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • flask-static-digest

    Flask extension to help make your static files production ready by md5 tagging and gzipping them.

  • In another reply someone else mentioned using Flask-Static-Digest which I highly recommend using in production. It will add a unique identifier (an md5 hash) to all of your static files so you can cache them forever with a proper web server but if they change, they will get a new file name to bust the cache.

  • Reaction-Timer

    A small reaction timer for a school project. First experience with Flask, SQL, and backend/frontend development.

  • If you want to recreate this, follow these steps: 1. Clone https://github.com/BrianZhang1/Reaction-Timer 2. Enter Reaction-Timer/ and run flask run to ensure it works 3. Stop the server and completely delete the static/ folder (containing css and js) 4. In Reaction-Timer/ run flask run again 5. Colours, formatting, and javascript are still running?????

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts