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.
- Host: GitHub
- URL: https://github.com/njoyce/flask-assetrev
- Owner: njoyce
- Created: 2015-10-04T10:46:38.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-06-20T13:37:58.000Z (about 7 years ago)
- Last Synced: 2025-09-17T02:59:35.952Z (9 months ago)
- Topics: assetrev, flask, grunt, gulp, webpack
- Language: Python
- Size: 11.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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