An open API service indexing awesome lists of open source software.

https://github.com/njoyce/flask-assetrev

Flask extension supporting url generation of content hashed static assets.
https://github.com/njoyce/flask-assetrev

assetrev flask grunt gulp webpack

Last synced: 2 months ago
JSON representation

Flask extension supporting url generation of content hashed static assets.

Awesome Lists containing this project

README

          

Flask-AssetRev
===============

Flask-AssetRev is a ``Flask`` extension which adds support for mapping
pre-built, content hashed static assets from the source form to the hashed
version at runtime.

For example if your app served a simple script and css file on every page view,
such as:

```html