django-staticassets

Compiles and bundles static assets. Uses a directive processor similiar to Ruby's Sprockets


License
MIT
Install
pip install django-staticassets==0.2.1

Documentation

Django Static Assets

https://secure.travis-ci.org/davidelias/django-staticassets.png
Authors: David Elias <stout.elias@gmail.com> and Joao Oliveira <joaoxsouls@gmail.com>
Version: 0.2.0

django-staticassets is a django app to compile and bundle static assets. It works together with django's contrib staticfiles app. Heavly inspired by ruby's Sprockets. It has the same directive processor to declare dependencies directly in asset source files.

Documentation

Documentation is on the excellent readthedocs.org