Django Static Assets Documentation

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.

Contents:

Indices and tables

Table Of Contents

Next topic

Installation

This Page