1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
|
Introduction
============
Pipeline is an asset packaging library for Django, providing
both CSS and JavaScript concatenation and compression, built-in JavaScript
template support, and optional data-URI image and font embedding.
You can report bugs and discuss features on the `issues page <https://github.com/jazzband/django-pipeline/issues>`_.
You can discuss features or ask questions on the IRC channel on freenode : `#django-pipeline <irc://irc.freenode.net/django-pipeline>`_
Table Of Contents
=================
.. toctree::
:maxdepth: 2
installation
configuration
usage
compressors
compilers
templates
storages
signals
using
Indices and tables
==================
* :ref:`search`
|