Monster Under the Bed
Monster Under the Bed (django-mub) is a static-files (css & js) collector and minifier.
Quickstart
- Install with pip (currently only available from github repository):
Or add it to your requirements.txt file:
- Add 'mub' to your INSTALLED_APPS setting:
- Load the 'mub_tags' templatetags in your template:
And use the 'add_static' tags provided by the mub_tags library:
To review configurable options, see the settings documentation