A set of simple tags for including assets generated by assetgen (requires Django 1.4+)
pip install -e git://github.com/micrypt/django-assetgentags.git
- Include the assetgentags app in settings.py
- Add a path to assets.json as
ASSETS_JSON
in settings.py - Use
{% load_asset 'css/site.css' %}
in your templates