summaryrefslogtreecommitdiff
path: root/www/py-flask-static-digest/DESCR
blob: 4c3b3a9d397cea0a6de98000627e2b7713538283 (plain)
1
2
3
4
5
Flask-Static-Digest is a Flask extension that will help make your
static files production ready with very minimal effort on your part.
It does this by md5 tagging and gzipping your static files after
running a `flask digest compile` command that this extension adds
to your Flask app.