Flask-cache-manifest documentation

https://img.shields.io/badge/License-MIT-blue.svg https://img.shields.io/pypi/pyversions/flask-cache-manifest.svg https://img.shields.io/badge/platform-Linux,_MacOS,_Windows-blue https://badge.fury.io/py/flask-cache-manifest.svg https://github.com/pySourceSDK/flask-cache-manifest/actions/workflows/CI.yml/badge.svg _images/coverage.svg

Flask-cache-manifest is a Flask extension to help you serve your md5 hashed assets via manifest files. Having file hashes in filenames is a popular feature of modern asset bundlers. It's a good strategy for browser cache busting. However, Flask does not provide an easy way to reference those complicated and ever-changing filenames. Flask-cache-manifest lets you reference those assets by leveraging cache_manifest.json files.

User Guides

Get yourself up and running quickly.

Api Reference

If you are looking for information on a specific function, class or method, this part of the documentation is for you.

Contributing

Few things to know before diving in the code.